openvidu/openvidu-components-angular
Carlos Santos 8c28228357 ov-components: update default recording stream URL in directives and config service 2025-03-23 14:25:35 +01:00
..
e2e ov-components: add camera and microphone button visibility controls in the E2E tests 2025-03-10 10:27:44 +01:00
projects/openvidu-components-angular ov-components: update default recording stream URL in directives and config service 2025-03-23 14:25:35 +01:00
src ov-components: add recordingStreamBaseUrl directive and integrate with config service for dynamic stream URL construction 2025-03-14 19:08:34 +01:00
.gitignore openvidu-components: Updated test app 2022-11-02 15:54:18 +01: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 OpenVidu v3 2024-07-02 19:19:05 +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
openvidu-webcomponent-build.js OpenVidu v3 2024-07-02 19:19:05 +02:00
package-lock.json openvidu-components-angular: Bumped version to 3.1.0 2025-02-17 14:42:29 +00:00
package.json openvidu-components-angular: Bumped version to 3.1.0 2025-02-17 14:42:29 +00:00
tsconfig.app.json OpenVidu v3 2024-07-02 19:19:05 +02:00
tsconfig.base.json OpenVidu v3 2024-07-02 19:19:05 +02:00
tsconfig.json OpenVidu v3 2024-07-02 19:19:05 +02:00
tsconfig.spec.json ov-components: Added unit tests 2024-10-10 20:30:02 +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