mercredi 29 novembre 2017

Ember - How to display component name in the HTML

when I'm working with an ember app, I would appreciate to see what component html I'm looking at. I know there is an Ember extension into the browser that can show me component names, but it would be much better to see it in the html. Something like this

<div id="ember282" class="ember-view">
  <!-- components/my-component -->
  <div id="ember317" class="ember-view">Component content</div>
  <!-- components/my-component end -->
</div>

is it possible? and how?

Thank you




Aucun commentaire:

Enregistrer un commentaire