@o3r/localization
Version:
This module provides a runtime dynamic language/translation support and debug tools.
8 lines • 320 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import type { NgAddSchematicsSchema } from './schema';
/**
* Add Otter localization to an Angular Project
* @param options for the dependencies installations
*/
export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule;
//# sourceMappingURL=index.d.ts.map