feat(@schematics/angular): add guardType as an alias of implements in guard schematic

`implements` option will be removed in future in favor of `guardType`. This is because the implements guard pattern is deprecated in version 15.1
This commit is contained in:
Alan Agius 2022-11-11 10:03:04 +00:00 committed by Douglas Parker
parent cf2f30afc0
commit 5b18ce1545

View File

@ -47,6 +47,7 @@
"default": false
},
"implements": {
"alias": "guardType",
"type": "array",
"description": "Specifies which type of guard to create.",
"uniqueItems": true,