[]
Gets or sets a component class reference that should be instantiated by the wj-component-loader component.
Note that any component class which is expected to be instantiated using the wj-component-loader component must be declared in the entryComponents array of the application @NgModule decorator.
Gets or sets an object with property name-value pairs which is used to initialize the instantiated component.
Angular component to dynamically load other components.
Use the wj-component-loader component to create and load an instance of an arbitrary component class in place of wj-component-loader. You can also pass a set of property values to the instantiated component.
Note that any component class which is expected to be instantiated using the wj-component-loader component must be declared in the entryComponents array of the application @NgModule decorator.
The example below demonstrates FlexGrid with columns dynamically generated form the column definitions array in the data model. Column definition can optionally contain a reference to a component class that should be used as a cell template. The wj-component-loader component is used to instantiate such a component in the cell template.