We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a689ff commit be49f6fCopy full SHA for be49f6f
packages/schematics/angular/guard/schema.json
@@ -54,6 +54,7 @@
54
"type": "array",
55
"description": "Specifies which interfaces to implement.",
56
"uniqueItems": true,
57
+ "minItems": 1,
58
"items": {
59
"enum": [
60
"CanActivate",
@@ -65,17 +66,7 @@
65
66
"default": [
67
"CanActivate"
68
],
- "minItems": 1,
69
- "x-prompt": {
70
- "message": "Which interfaces would you like to implement?",
71
- "type": "list",
72
- "multiselect": true,
73
- "items": [
74
- "CanActivate",
75
- "CanActivateChild",
76
- "CanLoad"
77
- ]
78
- }
+ "x-prompt": "Which interfaces would you like to implement?"
79
}
80
},
81
"required": [
0 commit comments