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

8 lines (7 loc) 334 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * This is executed when `ng add @project-sunbird/sunbird-epub-player-v9` is run. * It installs all dependencies in the 'package.json' and runs 'ng-add-setup-project' schematic. */ export default function ngAdd(options: Schema): Rule;