lukana-component-warpper
v0.1.0
Published
Component Warpper =================
Downloads
2
Readme
Component Warpper
Example
<component-warpper [type]="testComponent" [properties]="propsAsObject"></component-warpper>
Attributes
type - is a Component to render - it is component's class - not classname as string.
properties - it is object that's data will be available in new Component as public property.