UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

13 lines (12 loc) 754 B
import type { OnChanges, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiFor<T, K = unknown> implements OnChanges { private readonly vcr; private ref?; ngForOf: T[] | readonly T[] | null; ngForElse?: TemplateRef<K>; ngForEmpty?: TemplateRef<K>; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiFor<any, any>, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFor<any, any>, "[ngFor][ngForOf][ngForElse],[ngFor][ngForOf][ngForEmpty]", never, { "ngForOf": { "alias": "ngForOf"; "required": false; }; "ngForElse": { "alias": "ngForElse"; "required": false; }; "ngForEmpty": { "alias": "ngForEmpty"; "required": false; }; }, {}, never, never, true, never>; }