feat(devtools): add opening instructions

This commit is contained in:
twerske 2021-03-29 11:49:45 -07:00 committed by AleksanderBodurri
parent 9e69842801
commit a42eee68cc

View file

@ -44,7 +44,10 @@
<h4 class="header-text">Angular DevTools</h4>
<div class="message">
<img class="icon" src="/assets/check.png" />
<p>Angular application running development mode.</p>
<section>
<p>Angular application running development mode.</p>
<p>Open developer tools, and select the Angular tab.</p>
</section>
</div>
</div>
</body>