Help Angular by taking a 1 minute survey!Go to surveyHome

ROUTER_INITIALIZER

A token for the router initializer that will be called after the app is bootstrapped.

const ROUTER_INITIALIZER: InjectionToken<(compRef: ComponentRef<any>) => void>;
      
      const ROUTER_INITIALIZER: InjectionToken<(compRef: ComponentRef<any>) => void>;