UNPKG

@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

9 lines 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const architect_1 = require("@angular-devkit/architect"); const extractors_1 = require("@o3r/extractors"); const config_metadata_comparison_helper_1 = require("./helpers/config-metadata-comparison.helper"); exports.default = (0, architect_1.createBuilder)((0, extractors_1.createBuilderWithMetricsIfInstalled)((options, context) => { return (0, extractors_1.checkMetadataBuilder)({ ...options, packageJsonEntry: 'configurationFilePath' }, context, config_metadata_comparison_helper_1.configMetadataComparator); })); //# sourceMappingURL=index.js.map