Add account view
This commit is contained in:
parent
b4d1af3dd8
commit
0626e7af82
33 changed files with 563 additions and 149 deletions
|
@ -7,6 +7,10 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'admin',
|
||||
loadChildren: './+admin/admin.module#AdminModule'
|
||||
},
|
||||
{
|
||||
path: 'account',
|
||||
loadChildren: './+account/account.module#AccountModule'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue