Propagation

Enum defining how far will extend injection from an Injectable class NONE -> Only the class will be injectable (Default for @InjectableProvider) DIRECT -> The class and its direct interfaces will be injectable ALL -> The class and all its interfaces will be injectable (Default for @Injectable)

For Example -> C1:I1 I1:I2 NONE -> Only C1 will be injectable DIRECT -> C1 and I1 will be injectable ALL -> C1, I1 and I2 will be injectable

Author

Pau Corbella

Since

1.2.0

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard