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

7 lines (6 loc) 217 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** * we're simply adding styles to the 'angular.json' */ export declare function addPlayerStyles(options: Schema): Rule;