The component options.
Sets component options like inject types for the given component class. This function (or its decorator pendant) must be used when component uses dependency injection.
The component class.
The component options.
Sets component options like inject types for the given component function. This function must be used when component uses dependency injection.
The component function.
The component options.
Class decorator for specifying component options like inject types. This decorator (or its function pendant) must be used when component uses dependency injection.