aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-11-29 21:41:11 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-11-29 21:41:11 +0100
commit50b0c262fd446e9f57630aa5775e1b4708bdf4cb (patch)
tree8e7a899cb886b2f741546bd8fc2e7084c12deb1e /client/src/app/app.module.ts
parentf81bb2853cedd7e65859756a5941d5c7e8b3ca2d (diff)
downloadPeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.tar.gz
PeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.tar.zst
PeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.zip
Client: move menu component in core module
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 555f412e7..e9bb800f4 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -16,8 +16,6 @@ import { LoginModule } from './login';
16import { SharedModule } from './shared'; 16import { SharedModule } from './shared';
17import { VideosModule } from './videos'; 17import { VideosModule } from './videos';
18 18
19import { MenuComponent } from './menu.component';
20
21const metaConfig: MetaConfig = { 19const metaConfig: MetaConfig = {
22 //Append a title suffix such as a site name to all titles 20 //Append a title suffix such as a site name to all titles
23 //Defaults to false 21 //Defaults to false
@@ -35,8 +33,7 @@ const APP_PROVIDERS = [
35@NgModule({ 33@NgModule({
36 bootstrap: [ AppComponent ], 34 bootstrap: [ AppComponent ],
37 declarations: [ 35 declarations: [
38 AppComponent, 36 AppComponent
39 MenuComponent
40 ], 37 ],
41 imports: [ 38 imports: [
42 BrowserModule, 39 BrowserModule,