Angular

What it does

Specifies that the dependency resolution should start from the parent injector.

How to use

@Injectable() class Car { constructor(@SkipSelf() public engine:Engine) {} }

Description

exported from @angular/core/index defined in @angular/core/src/di/metadata.ts