ng-afelio
Version:
Extended Angular CLI
21 lines • 557 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsNgAfelioOIDCSystem",
"title": "ng-afelio Generate OIDC system",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project",
"$default": {
"$source": "projectName"
}
},
"appModule": {
"type": "string",
"description": "The path of the AppModule (relativePath from project folder)",
"default": "app.module.ts"
}
},
"required": []
}