@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.
5 lines • 410 B
TypeScript
import { InjectionToken } from '@angular/core';
import { RulesEngineDevtoolsServiceOptions } from './rules-engine-devkit.interface';
export declare const OTTER_RULES_ENGINE_DEVTOOLS_DEFAULT_OPTIONS: Readonly<RulesEngineDevtoolsServiceOptions>;
export declare const OTTER_RULES_ENGINE_DEVTOOLS_OPTIONS: InjectionToken<RulesEngineDevtoolsServiceOptions>;
//# sourceMappingURL=rules-engine-devtools.token.d.ts.map