videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
670 stars 211 forks source link

node_modules/@videogular/ngx-videogular/buffering/lib/buffering.module.d.ts:6:21 - error TS2694: Namespace #922

Closed ramzan34 closed 1 year ago

ramzan34 commented 1 year ago

Description

After installing with command: npm install @videogular/ngx-videogular --save npm install @types/core-js --save-dev when added into app.module.ts it is giving long list of error ERROR in node_modules/@videogular/ngx-videogular/core/lib/directives/vg-cue-points/vg-cue-points.directive.d.ts:24:21 - error TS2694: Namespace...

static ɵdir: i0.ɵɵDirectiveDeclaration<VgCuePointsDirective, "[vgCuePoints]", never, {}, { "onEnterCuePoint": "onEnterCuePoint"; "onUpdateCuePoint": "onUpdateCuePoint"; "onExitCuePoint": "onExitCuePoint"; "onCompleteCuePoint": "onCompleteCuePoint"; }, never, never, false>;...

node_modules/@videogular/ngx-videogular/buffering/lib/buffering.module.d.ts:6:21 - error TS2694: Namespace...

Expected Behavior

Please help, i did try on newly crated project it is working fine but with existing project it is showing error I am using Angular CLI: 10.0.8 Node: 16.17.0 Angular: 10.0.14