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) 312 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * Sets up a project with all required to run sunbird pdf player. * This is run after 'package.json' was patched and all dependencies installed */ export default function ngAddSetupProject(options: Schema): Rule;