@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.
16 lines • 872 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import type { RulesEngineDevtoolsServiceOptions } from './rules-engine-devkit.interface';
import * as i0 from "@angular/core";
import * as i1 from "@ngrx/store";
import * as i2 from "../stores/rulesets/rulesets.module";
export declare class RulesEngineDevtoolsModule {
/**
* Initialize Otter Devtools
* @param options
*/
static instrument(options: Partial<RulesEngineDevtoolsServiceOptions>): ModuleWithProviders<RulesEngineDevtoolsModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<RulesEngineDevtoolsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RulesEngineDevtoolsModule, never, [typeof i1.StoreModule, typeof i2.RulesetsStoreModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<RulesEngineDevtoolsModule>;
}
//# sourceMappingURL=rules-engine-devtools.module.d.ts.map