@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
12 lines (11 loc) • 611 B
TypeScript
import { type OnDestroy, type OnInit } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/directives/active-zone";
export declare class TuiActiveZoneAdapter implements OnDestroy, OnInit {
private readonly current;
private readonly parent;
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiActiveZoneAdapter, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiActiveZoneAdapter, "[tuiActiveZoneAdapter]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiActiveZone; inputs: {}; outputs: {}; }]>;
}