I'm currently making an hybrid application by using Angular2(RC6) and OnsenUI2. I've got a problem about displaying image by tag. Here is my code.
<div class="content">
<div class="center" style="margin: 100px 0;">
<img src="./images/logoTherapist.png" width="40%">
</div>
</div>
This is the error I got. Though I set the project path to this image source, I cannot display any image. If you have any solution, I'd like to know. Thanks.