You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In angular it is possible to use SVG as template: https://angular.dev/guide/templates/svg-in-templates.
But currently when having a function binding in the template, there is no 'Go to definition' highlighting.
SVG in HTML template:
SVG in SVG template:
Feature Type
What does this bug affect
Angular Language Service VSCode extension
Angular Language Service server
Describe the solution you'd like
SVG templates should be supported. The functionality for HTML template like 'Go to definition' should also work for SVG templates.
Describe alternatives you've considered
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🚀 feature request
Description
In angular it is possible to use SVG as template: https://angular.dev/guide/templates/svg-in-templates.
But currently when having a function binding in the template, there is no 'Go to definition' highlighting.
SVG in HTML template:
SVG in SVG template:
Feature Type
What does this bug affect
Describe the solution you'd like
SVG templates should be supported. The functionality for HTML template like 'Go to definition' should also work for SVG templates.
Describe alternatives you've considered
Anything else relevant?
The text was updated successfully, but these errors were encountered: