angelozerr / angular-eclipse

Angular Eclipse Plugin
https://angular.io/
Eclipse Public License 1.0
69 stars 12 forks source link

-"let-" is only supported on template elements. -Unknown tag (ng-template). #77

Open rehbein-dieter opened 7 years ago

rehbein-dieter commented 7 years ago

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:

- "let-" is only supported on template  elements.
- Unknown tag (ng-template).
- Undefined attribute name (pTemplate).
angelozerr commented 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

AnasAl-tamemy commented 5 years ago

I have the same issue, did you manage to fix this? thanks