@o3r/components
Version:
This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration
21 lines (20 loc) • 898 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/architect/src/builders-schema.json",
"builders": {
"extractor": {
"implementation": "./builders/component-extractor/",
"schema": "./builders/component-extractor/schema.json",
"description": "Extract the component metadata (configuration and class) from an Otter project"
},
"check-component-migration-metadata": {
"implementation": "./builders/metadata-check/component/",
"schema": "./builders/metadata-check/component/schema.json",
"description": "Check for component metadata breaking changes"
},
"check-config-migration-metadata": {
"implementation": "./builders/metadata-check/config/",
"schema": "./builders/metadata-check/config/schema.json",
"description": "Check for config metadata breaking changes"
}
}
}