Merge pull request #4498 from tsiegleauq/fix-path-matching

Fix path matching
This commit is contained in:
Emanuel Schütze 2019-03-11 13:23:03 +01:00 committed by GitHub
commit e13a849c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,7 @@ const routes: Routes = [
children: [ children: [
{ {
path: '', path: '',
loadChildren: './common/os-common.module#OsCommonModule', loadChildren: './common/os-common.module#OsCommonModule'
pathMatch: 'full'
}, },
{ {
path: 'agenda', path: 'agenda',