UNPKG

@taiga-ui/cdk

Version:

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

4 lines (3 loc) 261 B
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types'; import { type Observable, type OperatorFunction } from 'rxjs'; export declare function tuiIfMap<T, G>(project: (value: T) => Observable<G>, predicate?: TuiBooleanHandler<T>): OperatorFunction<T, G>;