UNPKG

@yyasinaslan/easyform

Version:
12 lines (11 loc) 579 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ArrayWrapperTemplateDirective { templateRef: TemplateRef<any>; static ngTemplateContextGuard<T>(dir: ArrayWrapperTemplateDirective, ctx: any): ctx is { $implicit: any; itemTemplate: TemplateRef<any>; }; static ɵfac: i0.ɵɵFactoryDeclaration<ArrayWrapperTemplateDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayWrapperTemplateDirective, "ng-template[arrayWrapper]", ["arrayWrapper"], {}, {}, never, never, true, never>; }