UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

13 lines (12 loc) 613 B
import { Injector, type Type } from '@angular/core'; import { type TuiMapper } from '@taiga-ui/cdk/types'; import { identity } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiAlerts { private readonly injector; protected readonly alerts$: import("rxjs").Observable<(readonly any[])[]>; protected readonly trackBy: typeof identity; protected readonly mapper: TuiMapper<[Type<any>], Injector>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiAlerts, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiAlerts, "tui-alerts", never, {}, {}, never, never, true, never>; }