createCustomElement
function
Creates a custom element class based on an Angular component.
API
Description
createCustomElement( component: Type<any>, config: NgElementConfig): NgElementConstructor<P>;
Jump to details
Creates a custom element class based on an Angular component.
createCustomElement( component: Type<any>, config: NgElementConfig): NgElementConstructor<P>;