easy way to add an import
hello,
When copy declaration ie.
ingredientsChanged = new EventEmitter<Ingredient>();
webstorm complains that it cannot find the import.
Is there an easy way add the import statement without typing it?
Cheers
Lino
Please sign in to leave a comment.
You can hit Alt+Enter to import your module;
ha, thanks! the suggestion was not clear in my screen