I am working to design a new UI in angular 6 for Redash. I could not find following directives in redash source-code:
<counter>
<value>
<counter-target>
<counter-name>

Is above tags defined by redash-team? or a 3rd party library is included
@arikfr;

They are not defined anywhere. I’m not sure why the counter was implemented using these pseudo tags instead of regular ones. We should probably switch them out.

Also, I’m not sure why you’re working on a new UI with Angular 6. Note that we’re migrating to React: