@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
8 lines (7 loc) • 357 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ValueOrDefaultPipe implements PipeTransform {
transform(value: any, args?: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<ValueOrDefaultPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ValueOrDefaultPipe, "valueOrDefault", false>;
}