Ember.js - Countdown to The New Year - Ember Auto Import

This is the sixth in our DecEmber series- "Countdown to The New Year: 31 Days of Ember Addons". We plan to highlight a new addon each day until the new year, and we hope you'll join us for the fun!


This is a companion discussion topic for the original entry at https://emberjs.com/blog/2019/12/06/countdown-to-the-new-year-ember-auto-import.html
1 Like

(alt text: what can I say except “You’re welcome”)

2 Likes

Can i use this addon for importing components ?

It’s not really practical because ember-auto-import doesn’t control the entire app’s module graph. So it doesn’t know which components and template are already in the app, so it doesn’t know which ones to pull in when you auto import a component template.

But this is why we’re working on embroider. Embroider does the thing you’re asking about.