@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.
11 lines • 435 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class O3rJsonOrStringPipe implements PipeTransform {
/**
* @inheritDoc
*/
transform(value: any): string;
static ɵfac: i0.ɵɵFactoryDeclaration<O3rJsonOrStringPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<O3rJsonOrStringPipe, "o3rJsonOrString", true>;
}
//# sourceMappingURL=json-or-string.pipe.d.ts.map