Amended component class type.
Amended component entity type.
Rest
...amendments: (QualifiedName | ComponentDef<InstanceType<TClass>> | Amendment<TAmended>)[]Component definitions, qualified name od component's element, or amendments to apply.
Generated using TypeDoc
Creates a component class amendment (and decorator).
Decorated class becomes component:
Such component can be registered with define method or used as a feature, e.g. passed to bootstrapComponents function, or added to needs property of another feature.
This is an alternative to direct call to define method.
Returns
Component class amendment and decorator.