-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix
Milestone
Description
Bug Report or Feature Request (mark with an x
)
- [x] bug report
Command (mark with an x
)
- [x] generate
Versions
CLI v7.0.6
The log given by the failure
#12196 wrongly added project
as a required flag in class
, guard
and service-worker
schematics JSON schemas.
It creates wrong behavior in tools using schematics, which check the required flags to ask the user, like cyrilletuzi/vscode-angular-schematics#20.
Desired functionality
project
should be removed from required
in schematics JSON schemas, as it's only an option (the CLI defaults to the main project).
Metadata
Metadata
Assignees
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix