UNPKG

@tekdi/sunbird-quml-player

Version:

The QuML player library components are powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms (mobile app, web portal, offline desktop app) to drive reusability and maintainability, hence reducing the redundant d

19 lines 564 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add QUML Player to the project.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json", "aliases": [ "install" ] }, "ng-add-setup-project": { "private": true, "description": "Sets up the specified project after the ng-add dependencies have been installed.", "factory": "./ng-add/setup-project", "schema": "./ng-add/schema.json" } } }