openvidu/openvidu-components-angular
Carlos Santos 61a3589dd7 ov-components: (test) Enhance element counting method to handle timeouts gracefully 2025-08-14 12:43:10 +02:00
..
e2e ov-components: (test) Enhance element counting method to handle timeouts gracefully 2025-08-14 12:43:10 +02:00
projects/openvidu-components-angular ov-components: Refactor VideoconferenceComponent to use private properties for external structural directives, enhancing encapsulation and template setup 2025-08-14 12:16:54 +02:00
src ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +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: remove OpenviduWebComponent and related files 2025-05-21 13:31:26 +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: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
package.json ov-components: Add internal directives tests and update related components for recording functionality 2025-07-29 11:38:46 +02:00
tsconfig.app.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
tsconfig.base.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
tsconfig.json OpenVidu v3 2024-07-02 19:19:05 +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