UNPKG

ng2-charts

Version:

Reactive, responsive, beautiful charts for Angular based on Chart.js

18 lines (17 loc) 554 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds ng2-charts library to the project and installs dependencies", "factory": "./ng-add/index", "schema": "./ng-add/schema.json", "aliases": ["install"] }, "ng-add-setup-project": { "private": true, "description": "Sets up the project after dependencies have been installed", "factory": "./ng-add/setup-project", "schema": "./ng-add/schema.json" } } }