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

17 lines 712 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); const add_player_module_1 = require("./steps/add-player-module"); const add_player_style_1 = require("./steps/add-player-style"); /** * Sets up a project with all required to run sunbird pdf player. * This is run after 'package.json' was patched and all dependencies installed */ function ngAddSetupProject(options) { return schematics_1.chain([ add_player_module_1.addPlayerModuleToAppModule(options), add_player_style_1.addPlayerStyles(options), ]); } exports.default = ngAddSetupProject; //# sourceMappingURL=setup-project.js.map