You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick feature request... I'd love it if there was a rule I could enable that would force people to always include a selector for any @component. Currently if it's for a dialog (dynamically created component) or routed page, you don't technically need one, but it makes the DOM a bit messy.
Perhaps it could be added to the existing component-selector rule?
The text was updated successfully, but these errors were encountered:
It's difficult to debug or get around it at all, since the selector which Angular uses for components without a selector is ng-component.
Since you don't need it for any dynamic component, including things such as modals, flash messages and routes, you could easily end up with something like the following.
Quick feature request... I'd love it if there was a rule I could enable that would force people to always include a selector for any @component. Currently if it's for a dialog (dynamically created component) or routed page, you don't technically need one, but it makes the DOM a bit messy.
Perhaps it could be added to the existing component-selector rule?
The text was updated successfully, but these errors were encountered: