UNPKG

useasdemo

Version:

Schematics specific to ecip

15 lines (14 loc) 388 B
{ "$schema": "http://json-schema.org/schema", "id": "SchematicsLogShell", "title": "Log Shell Options Schema", "type": "object", "properties": { "business": { "type": "string", "description": "Generates app catalog and module", "default": "{ path: 'log', loadChildren: './log/log.module#LogModule' }," } }, "required": [] }