UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

12 lines (11 loc) 473 B
import { type InjectOptions, type PipeTransform, type ProviderToken } from '@angular/core'; import * as i0 from "@angular/core"; /** * @internal */ export declare class FluentInjectPipe implements PipeTransform { private readonly injector; transform<T>(value: ProviderToken<T>, options?: InjectOptions): T | null; static ɵfac: i0.ɵɵFactoryDeclaration<FluentInjectPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FluentInjectPipe, "inject", true>; }