UNPKG

ng-dynamic-component

Version:

> Dynamic components with full life-cycle support for inputs and outputs

16 lines 751 B
import { DoCheck } from '@angular/core'; import { InputsType, IoService, OutputsType } from '../io'; import * as i0 from "@angular/core"; /** * @public */ export declare class DynamicIoDirective implements DoCheck { private ioService; ndcDynamicInputs?: InputsType | null; ndcDynamicOutputs?: OutputsType | null; constructor(ioService: IoService); ngDoCheck(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DynamicIoDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicIoDirective, "[ndcDynamicInputs],[ndcDynamicOutputs]", ["ndcDynamicIo"], { "ndcDynamicInputs": "ndcDynamicInputs"; "ndcDynamicOutputs": "ndcDynamicOutputs"; }, {}, never, never, true>; } //# sourceMappingURL=dynamic-io.directive.d.ts.map