UNPKG

ng-afelio

Version:
28 lines 876 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsNgAfelioErrorHandlerSystem", "title": "ng-afelio Generate error handler system", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project", "$default": { "$source": "projectName" } }, "appModule": { "type": "string", "description": "The path of the AppModule (relativePath from project folder)", "default": "app.module.ts" }, "useNgxToastr": { "type": "boolean", "description": "Use ngx-toastr to display error messages in a toast", "x-prompt": "Do you want to use ngx-toastr to display error messages ?" } }, "required": [ "useNgxToastr" ] }