Skip to content

Function: DynamicComponentDecorator()

@flyze/lib-core-angular 1.0.0-alpha.34· latest

DynamicComponentDecorator(key): any

Defined in: projects/lib-core-angular/src/lib/directives/dynamic-component-loader/dynamic-component.decorator.ts:13

Decorator to register a dynamic component in the lookup registry. This allows the dynamic component loader to find the component by key/string.

string

key to use for the lookup. The Class name should be used.

any