angular-toaster
Version:
An Angular Toaster Notification library based on AngularJS-Toaster
17 lines (16 loc) • 354 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "angular-toaster-ng-add",
"title": "angular-toaster ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}