UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

13 lines (12 loc) 570 B
import { OnDestroy, PipeTransform } from '@angular/core'; import { SkyAppLocaleProvider } from '@skyux/i18n'; import * as i0 from "@angular/core"; export declare class SkyPercentPipe implements OnDestroy, PipeTransform { #private; get defaultLocale(): string; constructor(localeProvider: SkyAppLocaleProvider); ngOnDestroy(): void; transform(value: string, format?: string, locale?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<SkyPercentPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SkyPercentPipe, "skyPercent", false>; }