Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "app/app.routing"

Index

Variables

Variables

routes

routes: Routes = [{ path: '', component: HomeComponent },{ path: 'about', component: AboutComponent}]

routing

routing: ModuleWithProviders = RouterModule.forRoot(routes)

Generated using TypeDoc