angular-eclipse icon indicating copy to clipboard operation
angular-eclipse copied to clipboard

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

Open rehbein-dieter opened this issue 8 years ago • 2 comments

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).

rehbein-dieter avatar Apr 24 '17 07:04 rehbein-dieter

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

angelozerr avatar Apr 24 '17 21:04 angelozerr

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

AnasAl-tamemy avatar Mar 11 '19 10:03 AnasAl-tamemy