@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.
9 lines • 344 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from '../schema';
/**
* Register Devtools to the application
* @param options
* @param options.projectName
*/
export declare const registerDevtools: (options: NgAddSchematicsSchema) => Promise<Rule>;
//# sourceMappingURL=devtools-registration.d.ts.map