I am getting an error
in browser console when I click on the browser refresh button after running my Angular 2
application. It doesn't stop Angular 2
routing from one component
to the other. Aside from the error
it is working fine. But I want my app
to run with 0 warnings
or errors
in the console
.
This is the error
I am getting in my browser console
.
Error in ./t class t_Host - inline template:0:0 caused by: The selector "app-component" did not match any elements. ORIGINAL EXCEPTION: The selector "app-component" did not match any elements.
How can I clear this error
?