@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.
13 lines • 818 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { RulesEngineServiceOptions } from '../rules-engine.token';
import * as i0 from "@angular/core";
import * as i1 from "@ngrx/store";
import * as i2 from "../../stores/rulesets/rulesets.module";
import * as i3 from "@o3r/logger";
export declare class RulesEngineRunnerModule {
static forRoot(options?: Partial<RulesEngineServiceOptions>): ModuleWithProviders<RulesEngineRunnerModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<RulesEngineRunnerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RulesEngineRunnerModule, never, [typeof i1.StoreModule, typeof i2.RulesetsStoreModule, typeof i3.LoggerModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<RulesEngineRunnerModule>;
}
//# sourceMappingURL=rules-engine.runner.module.d.ts.map