We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Videogular2 is not working with Ionic 2.
The video should run fine.
Error: Unexpected value 'VgCore' imported by the module 'AppModule'
sudo npm install -g videogular2 --save
import { VgCore } from 'videogular2/core'; import { VgControlsModule } from 'videogular2/controls'; import { VgOverlayPlayModule } from 'videogular2/overlay-play';
Then:
@NgModule({ declarations: [ ... ], imports: [ IonicModule.forRoot(MyApp), VgCore, VgControlsModule, VgOverlayPlayModule ], ... });
Then run the app.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #249
Sorry, something went wrong.
No branches or pull requests
Description
Videogular2 is not working with Ionic 2.
Expected Behavior
The video should run fine.
Actual Behavior
Error: Unexpected value 'VgCore' imported by the module 'AppModule'
Steps to Reproduce
sudo npm install -g videogular2 --save
Headers:
Then:
Then run the app.
The text was updated successfully, but these errors were encountered: