@o3r/rules-engine
Version:
This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.
8 lines • 413 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class O3rFallbackToPipe implements PipeTransform {
transform<T>(value: T, fallback?: string): T | string;
static ɵfac: i0.ɵɵFactoryDeclaration<O3rFallbackToPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<O3rFallbackToPipe, "o3rFallbackTo", true>;
}
//# sourceMappingURL=fallback-to.pipe.d.ts.map