We need to support injection flags: - [x] Optional - [x] Self - [x] SkipSelf - [x] Host e.g. ```ts constructor(@Optional() someParentDir: ParentDir) {} ```
We need to support injection flags:
e.g.