Iam new to ember.Iam using ember-cli 1.13.15.Lately i was required by my organisation to make an ember component in a specific application , to be reusable for all applications .This component is responsible for requesting server regarding data , and displaying it in a pop-up.Is there any specific pattern to follow in ember to create reusable components across applications? I tried using in-repo-addon to put the component code in the addon , but the popup is not showing up. Should i copy the parent components which uses it , to the addon too?
3 posts - 2 participants