We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
I'm planning to integrate angular language service in HTML editor. I think we will have a better validation, hover, hyperlink, completion. See #30
Sorry, something went wrong.
I have the same issue, did you manage to fix this? thanks
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: