UNPKG

useasdemo

Version:

Schematics specific to ecip

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