angularjava3

Results 2 comments of angularjava3

use it in your app-routing.module.ts try it @NgModule({ imports: [RouterModule.forRoot(routes, {useHash:true})], exports: [RouterModule]})

put this in your route path 👍 { path: 'home', loadChildren: './layout/layout.module#LayoutModule'},