UNPKG

@fluent-form/core

Version:

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

13 lines (12 loc) 450 B
import { type PipeTransform, Type } from '@angular/core'; import type { SafeAny } from '@ngify/core'; import * as i0 from "@angular/core"; /** * @internal */ export declare class FluentNewPipe implements PipeTransform { private readonly injector; transform<T>(clazz: Type<T>, ...args: SafeAny[]): T; static ɵfac: i0.ɵɵFactoryDeclaration<FluentNewPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FluentNewPipe, "new", true>; }