UNPKG

angular-toaster

Version:

An Angular Toaster Notification library based on AngularJS-Toaster

20 lines (19 loc) 616 B
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add angular-toaster to the project.", "schema": "./ng-add/schema.json", "factory": "./ng-add/index", "aliases": ["angular-toaster-shell", "install"], "hidden": true }, "ng-add-setup-project": { "description": "Sets up the specified project after the ng-add dependencies have been installed.", "private": true, "factory": "./ng-add/setup-project", "schema": "./ng-add/schema.json", "hidden": true } } }