@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 • 350 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgUseConfigSignalSchematicsSchema extends SchematicOptionObject {
/** Path to the component */
path: string;
/** Skip the linter process which includes the run of EsLint and EditorConfig rules */
skipLinter: boolean;
}
//# sourceMappingURL=schema.d.ts.map