-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
FYI, I had an error serving this up "as is" in Ang 6 with the routing.module.ts not being able to resolve the dashboard. I imported the dashboard module
import { DashboardModule } from '../dashboard/dashboard.module'
and modified the loadChildren parameter like below and it loads fine:
{ path: 'dashboard', loadChildren: ()=> DashboardModule },
Just in case anyone else runs into this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels