I\'ve got the following error when launching my Angular app, even if the component is not displayed.
I have to comment out the so that my
if you are still getting the error after importing FormsModule correctly then check in your terminal or (windows console) because your project is not compiling (because of another error that could be anything) and your solution has not been reflected in your browser!
In my case, my console had the following unrelated error: Property 'retrieveGithubUser' does not exist on type 'ApiService'.