@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
15 lines (14 loc) • 575 B
TypeScript
import type { OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare const TUI_ENTER = "tui-enter";
export declare const TUI_LEAVE = "tui-leave";
export declare class TuiAnimated implements OnDestroy {
private readonly renderer;
private readonly el;
private readonly app;
constructor();
ngOnDestroy(): void;
protected remove(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAnimated, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAnimated, "[tuiAnimated]", never, {}, {}, never, never, true, never>;
}