-
Notifications
You must be signed in to change notification settings - Fork 210
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
Unable to use videogular2 with angular 2.0.2 #249
Comments
same here |
Having the same issue with Angular 2.1.0 |
It was solved for me when i deleted the hardcoded pinned angular 2.0.0 Patrick Opie [email protected] schrieb am Do., 13. Okt. 2016,
|
@digitalkaoz hey, what do you mean by hardcoded pinned angular2.0.0 packages? Below are the files in the videogular2 folder. |
@cindyliu-yb I think that @digitalkaoz is refering to this PR https://github.com/videogular/videogular2/pull/251/files |
I tried this. It still does not work for me :( |
the node_modules folder below videogular2 in your node_modules |
having the same issue/error message. btw no issues with 2.0.0 |
According to this thread it seems a problem with Angular CLI: angular/angular-cli#2291 You can update the Angular CLI or if you want to fix it locally add this to your webpack config: module.exports = {
resolve: {
modules: [ path.join(__dirname, "node_modules") ]
}
}; I'll update the https://github.com/videogular/videogular2-starter repo too. |
thanks @Elecash, |
so beta-18 is out, and it works here |
yes, works like a charm, thks |
Thanks for confirming @comoris |
yes it works now! thanks! |
Hello, I'm using angular-cli: 1.0.0-beta.19-3 and still seeing this error. I am on the latest version of Ionic 2 and ionic-app-scripts, here is the error: Uncaught Error: Unexpected value 'VgCore' imported by the module 'AppModule'(…) webpack:///./~/@angular/compiler/src/metadata_resolver.js?:241 Any help is appreciated, thanks! |
@scottopolis we moved the https://github.com/videogular/videogular2-starter to angular-cli. AOT compilation is working for me in that repo. |
Description
I can use videogular2 with angular 2.0.0, but once I update angular to 2.0.2. It gave me this error that "Unexpected value 'VgCore' imported by the module 'MainModule'".
Expected Behavior
VgCore successfully imported into the MainModule
Actual Behavior
VgCore can't be imported
Steps to Reproduce
Attachments
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: