vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.78k stars 152 forks source link

bug: 'vm-player' is not a known element: #167

Closed ChrisK1994 closed 3 years ago

ChrisK1994 commented 3 years ago

Bug Report

Vime version: "@vime/angular": "^5.0.27",

Current behavior: Element not recognized

Expected behavior: Element recognized

I copied the example from vime-github and it shows me this message, why?

Wernerson commented 3 years ago

I'm having the same issue.

I did npm i --save @vime/angular and imported VimeModule but it's showing the same error message.

Build error I get:

 Error: Unexpected value 'undefined' exported by the module 'VimeModule in C:/Workarea/Projects/eifu/eifu-frontend/node_modules/@vime/angular/vime-angular.d.ts

@ChrisK1994 how did you solve this?

Vime version 5.0.33

ChrisK1994 commented 3 years ago

sorry, i don't remember