Hi,
Recently I switched from CodeMix inside latest Eclipse to MyEclipse 2021.5.24. Almost everything works fine with my migrated Java and Angular projects, but there is one annoying issue in validation of Angular templates, which was fine in CodeMix.
Some Angular elements seem to be unknown to the HTML validator, and thus marked in red. This happens for the following standard elements, but maybe I missed some:
– *ngIf: Can’t bind to ‘ngIf’ since it isn’t a known property of ‘br’.
– *ngFor: Can’t bind to ‘ngForOf’ since it isn’t a known property of ‘app-person-entry’.
– [formGroup]: Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’.
It also happens for some elements from 3rd party libraries like fa-icon from @fortawesome/angular-fontawesome.
Is there some configuration that I can change to avoid this? Because lots of my templates have an *ngIf on root element, most of my template code is underlined in red 🙁
Thanks in advance for any help.
Best regards,
Christian