About
Pricing
Community
Teams
Start Free Trial
Log in
chalie001
asked on
2/15/2020
module cannot be found
module cannot be found but i do have it
CSS
HTML
JavaScript
Angular
2
1
Last Comment
Julian Hansen
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Chris Stanyon
2/15/2020
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Julian Hansen
2/16/2020
Remove the import statement completely
On line 10 backspace over the 'e' of AuthenticationService
Type the 'e' again
VS Code will give you a list to chose from - choose AuthenticationService and press Tab
VS Code will add the correct import for you
Your help has saved me hundreds of hours of internet surfing.
fblack61
On line 10 backspace over the 'e' of AuthenticationService
Type the 'e' again
VS Code will give you a list to chose from - choose AuthenticationService and press Tab
VS Code will add the correct import for you