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 294 B
import type { SchematicOptionObject } from '@o3r/schematics'; export interface NgUseConfigSignalSchematicsSchema extends SchematicOptionObject { /** Path to the component */ path: string; /** Skip the linter process */ skipLinter: boolean; } //# sourceMappingURL=schema.d.ts.map