Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rehbein-dieter opened this issue Apr 24, 2017 · 2 comments

Comments

@rehbein-dieter
Copy link

rehbein-dieter commented Apr 24, 2017

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
Copy link
Owner

I'm planning to integrate angular language service in HTML editor. I think we will have a better validation, hover, hyperlink, completion. See #30

@AnasAl-tamemy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants