Closed DaSchTour closed 2 years ago
Could you try adjusting the config like this?
{
"overrides": [
{
"files": "*.dialog.html",
"options": {
"attributeGroups": [ "$ANGULAR" ]
}
},
]
}
@NiklasPor that works. Thanks 👍
In my project I use additional naming for angular components like xy.view.html or xy.dialog.html It would be great if there was the possibility to add additional suffixes that will be recognized as angular components.