angular-eclipse
angular-eclipse copied to clipboard
-"let-" is only supported on template elements. -Unknown tag (ng-template).
The plugin doesn't know the angular
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).
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