UNPKG

design-angular-kit

Version:

Un toolkit Angular conforme alle linee guida di design per i servizi web della PA

13 lines 632 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProjectTargetOptions = void 0; const schematics_1 = require("@angular-devkit/schematics"); function getProjectTargetOptions(project, buildTarget) { const buildTargetObject = project.targets.get(buildTarget); if (buildTargetObject && buildTargetObject.options) { return buildTargetObject.options; } throw new schematics_1.SchematicsException(`Cannot determine project target configuration for: ${buildTarget}.`); } exports.getProjectTargetOptions = getProjectTargetOptions; //# sourceMappingURL=angular-json-helper.js.map