hot-toast-bokzor
Version:
Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.
18 lines (17 loc) • 551 B
JSON
{
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add @ngxpert/hot-toast to the project.",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json"
},
"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
}
}
}