-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
freq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken
Description
Versions
6
Repro steps
ng new someproject
cd someproject
// edit angular.json
ng g component demo
The edit in angular.json
is setting the prefix to ""
Observed behavior
Desired behavior
No error. It is perfectly legal to not have a prefix. (might be unwise, but still). The thing should check if there will be a -
in there, as the standards demand that for custom elements.
Metadata
Metadata
Assignees
Labels
freq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken