-
Notifications
You must be signed in to change notification settings - Fork 59
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
ui-router-core.js throws error for angular-hybrid.js
#80
Comments
Same problem here. Explicitly downgrading to @uirouter/core 5.0.6 solves the problem for me. The problem appears in 5.0.7 |
@vanackere for me, removing |
You shouldn't be adding your own specific dependency on |
The |
I hear you. However, even in angular1 apps you shouldn't have a direct dependency on |
(whoops, that commit is unrelated) |
Hi, I'm facing the same issue... in my case, if I follow your advice and I don't include a direct dependency on @uirouter/core, then I'm not able to do "import { UrlService } from '@uirouter/core'" as you do in the usage example file. So I'm not sure what's the correct way of doing this! |
i am also facing this issue. @jarregui did you managed to resolve it? |
Yes, by upgrading to latest versions of the library... anyway, I already finished my migration to Angular 4 so I'm not using the hybrid library anymore |
@roychoo if you have a dependency on |
@christopherthielen in the latest code, you have |
@karimaster these were changed to |
Trying to start a
webpack-dev-server
with hybrid angular application. It throws me a following error stack:This is how ng2 module looks like:
ng2.module.ts
Any ideas on why this is happening?
The text was updated successfully, but these errors were encountered: