Currently we are in Ember-Cli 3.24 and we have a base component for construct the i18n message with dynamic values.
- It will concat the dynamic value with the defined message and will render it in hbs.
- Now, we extend that component and encode the dynamic values and showing it within
{{{ - At the same, we extended it and showing it as tooltip component.
All the above cases are working fine. So we decided to implement our components like above model ( inheritance )
But, I saw some threads regarding the component extend case.
Can we extend the Glimmer component?? Is this Long term supported??