Auto-Import
Auto-Import copied to clipboard
Not importing angular modules
I could swear this was working before so maybe something broke on my end?
It's still working to import my own custom modules and components (say, I made a service called LessonsService - works beautifully) but when I, for instance, try to use FormBuilder, FormGroup, or Validators from @angular/forms, it must be done manually...
Is there some step I'm missing to link things up?
EDIT: Looking more closely at your changelog I see the
Todo: Work with node_modules (@angular / underscore for example).
Thank you so much for your hard work! Is there some way we can get the functionality in the mean time such as configuring filesToScan?