@angular/core

SkipSelf

decorator

Parameter decorator to be used on constructor parameters, which tells the DI framework to start dependency resolution from the parent injector. Resolution works upward through the injector hierarchy, so the local injector is not checked for a provider.

class SkipSelf {
}
Jump to details