kbmanojkumar
(Manojkumar Krishnaramanujam Baskaran)
April 17, 2023, 9:45am
1
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.
system
(system)
Closed
October 14, 2023, 10:22am
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.