no provider for childrenoutletcontexts angular

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

showing results for - "no provider for childrenoutletcontexts angular"
Matteo
10 May 2020
1imports: [RouterModule.forRoot(routes)],
2
Louka
06 Aug 2016
1imports: [RouterModule.forRoot(routes)],	// use forRoot instead of forChild(routes)
2// forRoot for app-routing.module and forChild for the other modules