• 概要
@angular/router

ROUTER_INITIALIZER

constant
stable

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

API

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