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.

17 lines 744 B
import { FactsService } from '../../fact'; import { RulesEngineRunnerService } from '../../services'; import { CurrentTimeFacts } from './current-time.facts'; import * as i0 from "@angular/core"; export declare class CurrentTimeFactsService extends FactsService<CurrentTimeFacts> { private readonly currentTimeSubject$; /** @inheritDoc */ facts: { o3rCurrentTime: import("rxjs").Observable<number>; }; constructor(rulesEngine: RulesEngineRunnerService); /** Compute the current time */ tick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CurrentTimeFactsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CurrentTimeFactsService>; } //# sourceMappingURL=current-time-fact.service.d.ts.map