How to console the values in template

Product/components used and version/fix level are you on:

new version

Detailed explanation of the problem:

Let me know how to console the values in template


this is my code the error is

Error messages / full error message screenshot / log fileL

Is your question related to the free trial, or to a production (customer) instance?

product

Have you installed all the latest fixes for the products and systems you are using?

yes

Hi,

Any kind of function call is in general quite bad in the template and should be avoided if possible, as these functions will be called frequently when the component rerenders…
You could try something like:

<pre>
  <code>{{ chartOptions | json }}</code>
</pre>

You could otherwise do the logging as part of your typescript class when ever you change something on the chartOptions.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.