Has anyone tried building an Angular2 application with tableau
visualizations integrated in it using the Tableau JavaScript API?
According to the documentation, you're supposed to include the
following script in your file which will create a tableau global
variable:
<script src="
2.js"></script>
I'm not sure how to access this global variable within an Angular2
class.
visualizations integrated in it using the Tableau JavaScript API?
According to the documentation, you're supposed to include the
following script in your file which will create a tableau global
variable:
<script src="
2.js"></script>
I'm not sure how to access this global variable within an Angular2
class.