no provider for childrenoutletcontexts

Solutions on MaxInterview for no provider for childrenoutletcontexts by the best coders in the world

showing results for - "no provider for childrenoutletcontexts"
Ariana
22 Aug 2019
1imports: [RouterModule.forRoot(routes)],
2
Alaina
01 Jan 2020
1imports: [RouterModule.forRoot(routes)],	// use forRoot instead of forChild(routes)
2// forRoot for app-routing.module and forChild for the other modules