ROUTER_INITIALIZER
A DI token for the router initializer that is called after the app is bootstrapped.
const ROUTER_INITIALIZER: InjectionToken<(compRef: ComponentRef<any>) => void>;
A DI token for the router initializer that is called after the app is bootstrapped.
const ROUTER_INITIALIZER: InjectionToken<(compRef: ComponentRef<any>) => void>;