UNPKG

@taiga-ui/cdk

Version:

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

12 lines (11 loc) 567 B
import { type DoCheck } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiValueChanges<T> implements DoCheck { private readonly container; private readonly control; private readonly control$; readonly tuiValueChanges: import("rxjs").Observable<T>; ngDoCheck(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiValueChanges<any>, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiValueChanges<any>, "[tuiValueChanges]", never, {}, { "tuiValueChanges": "tuiValueChanges"; }, never, never, true, never>; }