Rule: no-forward-ref

Disallows usage of forwardRef references for DI.

Rationale

The flow of DI is disrupted by using forwardRef and might make code more difficult to understand.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null