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