UNPKG

@dicdikshaorg/epub-player-v9

Version:

Contains Epub player library components powered by angular. These components are designed to be used in sunbird consumption platforms *(mobile app, web portal, offline desktop app)* to drive reusability, maintainability hence reducing the redundant develo

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=project.js.map