RouterUpgradeInitializer
constant
Creates an initializer that sets up ngRoute
integration
along with setting up the Angular router.
API
Usage Notes
const RouterUpgradeInitializer: { provide: InjectionToken<readonly ((compRef: ComponentRef<any>) => void)[]>; multi: boolean; useFactory: (ngUpgrade: UpgradeModule) => () => void; deps: any[]; };
Jump to details