The problem is when I run my app, it works fine. But when I refresh it, most of the time I get below msg.
The selector \"my-app\" did not match any e
Things to do:
Check if you have part "boostrap:" - if no add:
bootstrap: [AppComponent] // where AppComponent is your main component
Check if it works now, if not - go to AppComponent and check your selector. It should be same as tags in body in index.html
so index.html should contain something like this:
Loading...
where instead of you should use selector from main AppComponent