Closed jokade closed 7 years ago
Simplify creation of routing modules:
@Routes( root = true, Route(path = "/heroes", component = %%[HeroesComponent]), Route(path = "**", component = %%[PageNotFoundComponent] ) class AppRoutingModule @NgModule( imports = @@[AppRoutingModule] ) class AppModule
Renamed @Router() to @Routes due to collision with router.Router
@Router()
@Routes
router.Router
Simplify creation of routing modules: