Forum Discussion
MikeAinOz
7 years agoHelper V
Using AngularJS in Custom Visual
I'm trying out AngularJS in a custom visual. I've got the AngularJS modules library in and building and not I'm trying to build a test app. I've created some html in the constructor: ...
- 7 years ago
Your code above is almost correct. You can also learn how to pass props in React Doc.
ReactDOM.render(React.createElement(App, {options}), this.element);You should also add options as props into App.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
MikeAinOz
7 years agoHelper V
I'm having some trouble getting that working. I've run out of time to work on it, but I was thinking of getting a programmer to get the example working for me. Is it worth doing that or will there be something else coming along?
v-viig
7 years agoCommunity Champion
We have not plans to implement Angular/React sample for Power BI but it's on our backlog (no ETA).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals