@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
24 lines (23 loc) • 968 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/main/packages/angular_devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add Otter configuration to the project.",
"factory": "./schematics/ng-add/index#ngAdd",
"schema": "./schematics/ng-add/schema.json",
"aliases": ["install", "i"]
},
"configuration-to-component": {
"description": "Add Otter Configuration to an existing component",
"factory": "./schematics/configuration-to-component/index#ngAddConfig",
"schema": "./schematics/configuration-to-component/schema.json",
"aliases": ["add-config"]
},
"use-config-signal": {
"description": "Migrate from configuration observable to signal",
"factory": "./schematics/use-config-signal/index#ngUseConfigSignal",
"schema": "./schematics/use-config-signal/schema.json",
"aliases": ["migrate-to-signal-config"]
}
}
}