question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not working with ivy

See original GitHub issue

Description

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

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
IxquitilisSaidcommented, May 5, 2020

We’re rolling out an Ivy compatible and future-proofed package in the following days. Stay tuned and thanks for your interest! 😄

1reaction
jdodsoncollinscommented, Mar 9, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found