-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found #71
Comments
|
@tigrenok00 At the moment I'm not yet able to do backport patches. Are you able to upgrade to angular 18? Otherwise I have to modify my setup a bit |
Hi @PieterjanDeClippel , thanks for your reply! The only issue I have now is that inline bindings (like url) do not seem to work (I see the video component element being created without content, it doesn't pick up the url):
It only works with programmatic setUrl (which is not ideal as I need to find the component/s with viewChildren and set the corresponding url, also this way it always does autoPlay, so I have to pause manually with a small setTimeout immediately after)
Do you have an idea why the bindings do not work for me? Thanks! |
@tigrenok00 This doesn't seem to work indeed. I'll take a look at it now |
The following seems to do the trick, so I'll probably need to wait for something there
|
@tigrenok00 Should be fixed in #73 |
@PieterjanDeClippel Thank you, the url input works now! Can you please fix this for the properties of autoPlay, width, height as well? They too don't work in direct binding |
@tigrenok00 I refactored it like this now. The angular package version |
@PieterjanDeClippel Thanks, in 18.2.0 it looks like height is working, but autoPlay=false still not respected when setting url like this. Also, I'm getting this error which I don't believe I had before (the player is playing) |
Should be fixed now too in @mintplayer/youtube-player version 18.1.2 |
@PieterjanDeClippel I am using streamable-player and file-player |
It seems for streamable (player.js) that the API doesn't emit any events anymore... The autoplay on file-player and wrong error message should be resolved in this PR |
Hi!
I'm using angular 17 and have installed the following packages:
In my app.module I have in providers
provideVideoApis(fileLoader),
I am getting the following build errors:
Can you help me please?
The text was updated successfully, but these errors were encountered: