Move to angular cli

This commit is contained in:
Chocobozzz 2017-12-11 17:36:46 +01:00 committed by Chocobozzz
parent 908f6e5e38
commit 63c4db6d71
No known key found for this signature in database
GPG key ID: 583A612D890159BE
74 changed files with 1028 additions and 1712 deletions

View file

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