-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selector issue #569
Comments
More on this, e.g. in stock-market-container.component.html, I can add hello at the top and there is no console error but if remove the dash, hello I get the error NG0304: 'abcxyz' is not a known element. This behavior is only in ExamplesModule. In all other modules, it works as expected. |
One more update...it only happens in OurServicesModule. |
The issue is in the ExamplesModule only. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal reproduction of the bug with instructions:
Am using as a selector in your html and it is appearing on the page
i.e. hello world still prints hello world
Expected behavior:
An error should be popping up saying selector is not valid
Other information:
How is this working?
I would be willing to submit a PR to fix this issue:
no
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: