I have installed the Angular2 Eclipse plugin for Eclipse Oxygen. I have created an angular2 project with the angular CLI and then opened the project in eclipse.
I tried to convert the project to an Angular project, but when I right-click the project and go to configuration there is no such option. the only option is "Configure and detect nested projects.." which opens the import wizard.
When I open html template files in src/app/... e.g. my databinding.component.html, the HTML editor shows ugly errors:
When I hover over the errors I see that all have the format:
[ts] <error message>
some examples:
[ts] Cannot find name 'aNumber'. Did you mean 'Number'?
[ts] Cannot find name 'innerText'.
[ts] Cannot find name 'h4'.
But the errors are incorrect. I can start the app with ng-serve without problems.
How can I configure eclipse so that these false error messages disappear? Thanks :)
edit#1
here is my eclipse typescript configuration, I don't see what I could change here..

