Component templateName property gone?

I’m using dynamic components but want to reuse the same template for some of them, but after checking the Guides and the API, it seems like the templateName is gone from the specifications. Is there an alternative way to achieve this?

I’m using v.2.2 with Ember CLI and pods structure

@jasalguero You can use partial inside the component’s templates by passing the template name to the component

{{partial templateName}}

I think you can also try layoutName :innocent: