ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

provide name for hbs template only components

Open patricklx opened this issue 1 year ago • 0 comments
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 />

patricklx avatar Jun 28 '24 10:06 patricklx