How to Implement Openvidu on Angular 17

Hello guys, I have a problem, I want to implement openVidu in Angular 17, but those versions use an “Standalone component” architecture, and when I enter the “OpenViduAngularModule” in “Imports” the component stops working, but when I remove it from “imports” it works again

I need help, how would you do it?