I am working on Angular JS project. I am trying to make reactjs components and trying to render them inside angular view. But it is not working.
E.g.
If I write below code inside the angular template. Nothing happens.
<div id="app"></div>
But if I write it outside the angular template. It works.
Why so? And how can I get it working in AngularJS view?