Add account view

This commit is contained in:
Chocobozzz 2018-04-24 15:10:54 +02:00
parent b4d1af3dd8
commit 0626e7af82
No known key found for this signature in database
GPG key ID: 583A612D890159BE
33 changed files with 563 additions and 149 deletions

View file

@ -7,6 +7,10 @@ const routes: Routes = [
{
path: 'admin',
loadChildren: './+admin/admin.module#AdminModule'
},
{
path: 'account',
loadChildren: './+account/account.module#AccountModule'
}
]