ember-inspector
ember-inspector copied to clipboard
provide name for hbs template only components
trafficstars
for template only components coming from .hbs files we can know the name by using the moduleName.
this is when gjs/gts files import hbs template only components. Or also when references via js. e.g <this.MyTemplateOnlyComponent />