Enables resources capabilities for Route definitions.
Usage Notes
Basic example of how you can enable the feature:
const appRoutes: Routes = [];
bootstrapApplication(AppComponent,
{
providers: [
provideRouter(appRoutes, withRouterResources())
]
}
);
Jump to details