videogular2: not working with ivy

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

About this issue

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

Most upvoted comments

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.

@p3x-robot will you being doing an update release in es2015 mode?