UNPKG

@vismaux/ngx-nordic-cool

Version:
22 lines (21 loc) 529 B
{ "$schema": "http://json-schema.org/schema", "$id": "ngx-nordic-cool-ng-add", "title": "ngx-nordic-cool ng-add schematic", "type": "object", "properties": { "project": { "type": "string", "description": "Name of the project", "$default": { "$source": "projectName" } }, "animations": { "description": "Add animations to AppModule.", "type": "boolean", "default": true, "x-prompt": "Would you like to include animations with the library?" } } }