10 lines
445 B
TypeScript
10 lines
445 B
TypeScript
import { PipeTransform } from '@angular/core';
|
|
import * as moment from 'moment';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class LocalePipe implements PipeTransform {
|
|
transform(value: moment.MomentInput, locale: string): moment.Moment;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LocalePipe, never>;
|
|
static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<LocalePipe, "amLocale">;
|
|
}
|
|
|
|
//# sourceMappingURL=locale.pipe.d.ts.map
|