Component Selector: 'wm-container'
Property
Get/Set
Notify Changes
Details
controls: { [key: string]: boolean };
Yes
No
Gets or sets the collection of controls contained by itself.
Method
Supported
loadComponent
Renders a component inside the Container component.
updateContainer
Adds or removes a component of the Container component, if the parameter value is false the component will be removed.
value
addControl
Adds a new component to the controls collection.
removeControl
Removes an existing component from the controls collection.
Event
Parameter
RemoveControl
$event: any
Triggers RemoveControl Event when a control is removed from controls collection.
Last updated 5 years ago
Was this helpful?