UNPKG

@o3r/configuration

Version:

This module contains configuration-related features such as CMS compatibility, Configuration override, store and debugging. It enables your application runtime configuration and comes with an integrated ng builder to help you generate configurations suppo

8 lines 326 B
import { Rule } from '@angular-devkit/schematics'; import type { NgAddSchematicsSchema } from './schema'; /** * Add Otter configuration to an Angular Project * @param options The options to pass to ng-add execution */ export declare const ngAdd: (options: NgAddSchematicsSchema) => Rule; //# sourceMappingURL=index.d.ts.map