InjectionToken


type InjectionToken = string | symbol | Type<any> | Abstract<any> | Function;