UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

11 lines (10 loc) 444 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxHelperBankCardPipe implements PipeTransform { transform(value?: string | null, options?: { view?: 'CARD' | 'BANK'; join?: string; }): string; static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperBankCardPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperBankCardPipe, "ngxHelperBankCard", true>; }