Hi, I need to implement component based on javascript library. To make this component reusable I have to inject some string values inside the <script> tag in the component template (like some JSON object or html element id). I have tried with expressions, like ${jsonPropertyValue} and it works, but there are some errors in template in my IDE (I'm using IDEA). Is there a better way to inject values from component properties inside the script tag?
Thanks in advance. Anton