UNPKG

useasdemo

Version:

Schematics specific to ecip

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