useasdemo
Version:
15 lines (14 loc) • 384 B
JSON
{
"$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": []
}