UNPKG

@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.

7 lines 250 B
import { Rule } from '@angular-devkit/schematics'; /** * Generate the code to enable rules-engine on a component * @param options */ export declare const ngGenerateRulesEngineToComponent: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map