UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

10 lines (9 loc) 448 B
import { type PipeTransform } from '@angular/core'; import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiFallbackSrcPipe implements PipeTransform { private readonly el; transform(src: string, fallback: string): Observable<string>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiFallbackSrcPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TuiFallbackSrcPipe, "tuiFallbackSrc", true>; }