UNPKG

@pepperi/lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

8 lines (7 loc) 386 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class QuantitySelectorNumber implements PipeTransform { transform(value: string, allowDecimal: boolean): string; static ɵfac: i0.ɵɵFactoryDef<QuantitySelectorNumber, never>; static ɵpipe: i0.ɵɵPipeDefWithMeta<QuantitySelectorNumber, "quantitySelectorNumber">; }