]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/account/account.module.ts
Client: responsive design
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.module.ts
index 53f6ba58e22ac22078d8e460966cd62011712573..f6c141ae6ae4f4590c566b1ef84989e12f1a2838 100644 (file)
@@ -2,6 +2,8 @@ import { NgModule } from '@angular/core';
 
 import { AccountRoutingModule } from './account-routing.module';
 import { AccountComponent } from './account.component';
+import { AccountChangePasswordComponent } from './account-change-password';
+import { AccountDetailsComponent } from './account-details';
 import { AccountService } from './account.service';
 import { SharedModule } from '../shared';
 
@@ -12,15 +14,15 @@ import { SharedModule } from '../shared';
   ],
 
   declarations: [
-    AccountComponent
+    AccountComponent,
+    AccountChangePasswordComponent,
+    AccountDetailsComponent
   ],
 
   exports: [
     AccountComponent
   ],
 
-  providers: [
-    AccountService
-  ]
+  providers: []
 })
 export class AccountModule { }