Open rehbein-dieter opened 7 years ago
I'm planning to integrate angular language service in HTML editor. I think we will have a better validation, hover, hyperlink, completion. See https://github.com/angelozerr/angular2-eclipse/issues/30
I have the same issue, did you manage to fix this? thanks
The plugin doesn't know the angular-tag. It shows an error when using let- syntax on a .
Example:
<ng-template pTemplate="header" let-item="rowData"> ....... </ng-template>
This creates the following errors and warnings: