-
Notifications
You must be signed in to change notification settings - Fork 51
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
Absolute path not working #46
Labels
Comments
@opiepj Why would you use it without relative path? |
To avoid situations like: import { HelloWorldComponent } from '../../../../components/hello-world.component'; |
@opiepj Can you show Webpack configurations where it works? |
@BlackSonic Was able to do it with https://github.com/AngularClass/angular2-webpack-starter |
What is the difference between the two configurations that makes it possible? |
@opiepj How did you solve this?! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having an issue with using absolute path's
in main.module:
getting:
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Unexpected value 'HelloWorldComponent' declared by the module 'MainModule'
Thoughts?
The text was updated successfully, but these errors were encountered: