@o3r/routing
Version:
This module helps you to configure an Otter application's routing (POST parameter management, preloading strategy, guard recommendation).
24 lines (23 loc) • 537 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ngAddSchematicsSchema",
"title": "Add Otter routing ",
"description": "ngAdd Otter routing ",
"properties": {
"projectName": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
},
"alias": "project"
},
"exactO3rVersion": {
"type": "boolean",
"description": "Use a pinned version for otter packages"
}
},
"additionalProperties": true,
"required": [
]
}