16 lines
751 B
TypeScript
16 lines
751 B
TypeScript
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
|