@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
10 lines (9 loc) • 404 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHelperMobilePipe implements PipeTransform {
transform(value?: string | null, options?: {
join?: string;
}): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperMobilePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperMobilePipe, "ngxHelperMobile", true>;
}