not working with ivy
See original GitHub issueDescription
It is not working with Ivy.
Expected Behavior
It should work with Ivy.
Actual Behavior
Throws this errors:
ERROR in ../node_modules/videogular2/compiled/src/core/core.d.ts:29:22 - error TS-996002: Appears in the NgModule.imports of EmotionsModule, but could not be resolved to an NgModule class
29 export declare class VgCoreModule {
~~~~~~~~~~~~
../node_modules/videogular2/compiled/src/controls/controls.d.ts:1:22 - error TS-996002: Appears in the NgModule.imports of EmotionsModule, but could not be resolved to an NgModule class
1 export declare class VgControlsModule {
~~~~~~~~~~~~~~~~
../node_modules/videogular2/compiled/src/overlay-play/overlay-play.d.ts:1:22 - error TS-996002: Appears in the NgModule.imports of EmotionsModule, but could not be resolved to an NgModule class
1 export declare class VgOverlayPlayModule {
~~~~~~~~~~~~~~~~~~~
../node_modules/videogular2/compiled/src/streaming/streaming.d.ts:6:22 - error TS-996002: Appears in the NgModule.imports of EmotionsModule, but could not be resolved to an NgModule class
6 export declare class VgStreamingModule {
~~~~~~~~~~~~~~~~~
app/emotions/emotions.module.ts:264:14 - error TS-996002: Appears in the NgModule.imports of AppModule, but itself has errors
264 export class EmotionsModule { }
~~~~~~~~~~~~~~
Steps to Reproduce
Try to build a videoangular2 with Ivy enabled.
Attachments
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:17 (2 by maintainers)
Top Results From Across the Web
Problems with enabling Ivy in Angular 10 #39282 - GitHub
We recently updated to angular 10 and enabled Ivy and aot. Now we are running into several problems that we are not able...
Read more >Error when activate Ivy compiler on Angular 10 error NG6003 ...
The error is caused by an internal library that is not builded using Ivy. ... make sure this library is builded using Ivy....
Read more >Angular Ivy
Ivy is the code name for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and...
Read more >All About Angular Engine Ivy in 5 mins
IVY is a rendering architecture that was first introduced with Version 8. In this article, we are sharing some insights on the features...
Read more >Angular Ivy | by WebTutPro
But unlike rewrites two and three, which you might not have… ... When running an application in Dev Mode with the Ivy runtime,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re rolling out an Ivy compatible and future-proofed package in the following days. Stay tuned and thanks for your interest! 😄
https://www.npmjs.com/package/@hitrecord/videogular2 I have videogular2 forked and fixed here (you can see the diffs if you look my unmerged commits in the history). I am unable to make a PR of it into the main project for the next few weeks most likely but others are welcome to use it. It is used on hitrecord.org on all pages you see with embedded video and audio currently to show working examples.