openvidu/openvidu-components-angular
Carlos Santos 181c5f0789 ov-components: Improves recording activity UI
Refactors the recording activity component's template and styles
to use cards for displaying recording information.

Enhances the display of recording metadata, including duration,
size, and date, with appropriate icons.

Adds visual cues for active recordings and improves overall
responsiveness of the recording list.
2025-07-21 14:12:28 +02:00
..
e2e ov-components:remove unnecessary screenshot logging in API directive tests 2025-05-26 18:38:25 +02:00
projects/openvidu-components-angular ov-components: Improves recording activity UI 2025-07-21 14:12:28 +02:00
src ov-components: refactor participant left and room disconnected handling to use a common disconnect method 2025-05-23 12:02:29 +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 openvidu-components-angular: Bumped version to 3.3.0 2025-06-26 18:43:30 +00:00
package.json openvidu-components-angular: Bumped version to 3.3.0 2025-06-26 18:43:30 +00: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