ng-dynamic-component
Version:
> Dynamic components with full life-cycle support for inputs and outputs
15 lines (12 loc) • 504 B
TypeScript
import * as i0 from '@angular/core';
/**
* Enables signal based inputs/outputs support for dynamically rendered components.
* Import once at the root of your application.
* @public
*/
export declare class SignalComponentIoModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SignalComponentIoModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SignalComponentIoModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<SignalComponentIoModule>;
}
export { }