-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error encountered resolving symbol values statically. Could not resolve angular2-autosize relative to <locatiation of app.module.ts> #26
Comments
+1 |
1 similar comment
+1 |
can someone help ERROR in /home/kleidyaesara/public_html/aesara-knowledge-reservoir-client/src/app/dashboard/dashboard.module.ts (5,30): Cannot find module 'angular2-select'. webpack: Failed to compile. i get this error |
Getting this error since @angular-cli/1.0.1
After changing the import from (as suggested in the readme):
import { Autosize } from 'angular2-autosize'
to:
import { Autosize } from 'angular2-autosize/angular2-autosize'
The error disappears.
The text was updated successfully, but these errors were encountered: