aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-03-12 18:40:05 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-03-12 18:40:05 +0100
commit55b3394641a764b89132d0057d3fdf656dab2389 (patch)
tree96d3a373454e6a643c6441906804d26bfb4ed2b1 /client/src/app/app.module.ts
parente22528aca6eb58c8f8005790ac6e76ed4f8ad706 (diff)
downloadPeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.gz
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.tar.zst
PeerTube-55b3394641a764b89132d0057d3fdf656dab2389.zip
Client: fix routes title
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 02da38b38..2d6fbaf21 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -46,16 +46,16 @@ const APP_PROVIDERS = [
46 46
47 AppRoutingModule, 47 AppRoutingModule,
48 48
49 MetaModule.forRoot({
50 provide: MetaLoader,
51 useFactory: (metaFactory)
52 }),
53
54 AccountModule, 49 AccountModule,
55 CoreModule, 50 CoreModule,
56 LoginModule, 51 LoginModule,
57 SharedModule, 52 SharedModule,
58 VideosModule 53 VideosModule,
54
55 MetaModule.forRoot({
56 provide: MetaLoader,
57 useFactory: (metaFactory)
58 })
59 ], 59 ],
60 providers: [ // expose our Services and Providers into Angular's dependency injection 60 providers: [ // expose our Services and Providers into Angular's dependency injection
61 ENV_PROVIDERS, 61 ENV_PROVIDERS,