Dapost / angular-generator-vscode

VSCode Extension for generating entities such as component, module or service by click on context-menu
https://marketplace.visualstudio.com/items?itemName=DavidePostiglione.angular-generate-vscode
1 stars 0 forks source link

Schematics error while creating a guard #1

Closed Jair292 closed 3 months ago

Jair292 commented 3 months ago

after selecting the guard function in the console/cli, an error shows up with the next message

Schematic input does not validate against the Schema: {"skipTests":true,"name":"ROUTE","project":"PROJECT_NAME","implements":[]} Errors:

Data path "/implements" must NOT have fewer than 1 items.

it is a brand new angular app with version 18.1.3