openvidu/openvidu-components-angular
Carlos Santos 3531932c88 ov-components: Fixed directive value update
Ensures consistent identification of participant elements by using the participant identity, facilitating easier manipulation and tracking of elements.

Improves component updates by storing the remote participants value locally.
2025-12-02 21:00:07 +01:00
..
e2e ov-components: Improve audio detection in stream UI tests to handle timing issues with retries 2025-11-14 13:44:02 +01:00
projects/openvidu-components-angular ov-components: Fixed directive value update 2025-12-02 21:00:07 +01:00
src ov-components: update dependencies and improve TypeScript configuration 2025-10-09 16:06:44 +02:00
.gitignore ov-components: remove OpenviduWebComponent and related files 2025-05-21 13:31:26 +02:00
.prettierignore OpenVidu v3 2024-07-02 19:19:05 +02:00
.prettierrc openvidu-components: Added prettier 2022-01-20 12:07:42 +01:00
LICENSE Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
README.md OpenVidu v3 2024-07-02 19:19:05 +02:00
angular.json ov-components: Updated testapp to Angular 20 2025-10-09 14:30:40 +02:00
generate-docs.sh openvidu-components-angular: Update links in documentation to use the latest version 2024-12-18 15:32:17 +01:00
karma.conf.js Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
migration-guide.md ov-components: Removed unnecessary code 2024-10-23 16:57:48 +02:00
package-lock.json ov-components: Improve error handling for encryption errors in RoomEvent 2025-11-12 12:01:25 +01:00
package.json ov-components: Updated livekit-client dependency 2025-11-11 16:23:20 +01:00
tsconfig.app.json ov-components: update dependencies and improve TypeScript configuration 2025-10-09 16:06:44 +02:00
tsconfig.base.json ov-components: update dependencies and improve TypeScript configuration 2025-10-09 16:06:44 +02:00
tsconfig.json ov-components: update dependencies and improve TypeScript configuration 2025-10-09 16:06:44 +02:00
tsconfig.spec.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00

README.md

Openvidu Angular TestAPP

Architechture

openvidu-components-angular
│
└─── src (openvidu-components-testapp)
│
└───projects
    │
	└─── openvidu-components-angular

How to develop with ease:

Run ng serve for a dev server.

Run, in a new terminal, npm run lib:serve for serving the openvidu-components-angular library with live reload for listening changes

Code scaffolding

For generate new components in openvidu-components-angular:

ng g component components/component-name --project=openvidu-components-angular

Build library

npm run lib:build

Publishing

After the library is built, tun the following command:

cd dist/ && npm publish