X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.module.ts;h=f9a9ae7603174a7f0b70777a65a277c6993cb94d;hb=eb4f957eca2a045ad0d5cf0c1e79b9c08494b088;hp=3b7750a763757755c98b7b7315c7f9ffe582b2d8;hpb=ccc64aa6790961d2af3524a78ff8506cbdbefb13;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 3b7750a76..f9a9ae760 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -26,6 +26,9 @@ import { FriendListComponent, FriendService, MenuAdminComponent, + RequestsComponent, + RequestStatsComponent, + RequestService, UsersComponent, UserAddComponent, UserListComponent, @@ -66,6 +69,7 @@ const APP_PROVIDERS = [ VideoService, SearchService, FriendService, + RequestService, UserService, AccountService, WebTorrentService @@ -88,6 +92,8 @@ const APP_PROVIDERS = [ LoginComponent, MenuAdminComponent, MenuComponent, + RequestsComponent, + RequestStatsComponent, SearchComponent, UserAddComponent, UserListComponent,