app-routing.module.ts
This commit is contained in:
parent
4d797480b8
commit
b65758dcf4
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ const appRoutes: Routes = [
|
|||
component: TaskListComponent,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'mydata',
|
||||
loadChildren: 'generated-sources/page-mydata.module#PagemydataModule',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue