openvidu/openvidu-components-angular
Carlos Santos 760cf604eb ov-components: update package dependencies and TypeScript configurations
- Added @types/dom-mediacapture-transform to package.json for type definitions.
- Changed hoveringTimeout type in StreamComponent to ReturnType<typeof setTimeout> for better type safety.
- Updated TypeScript lib version from ES2020 to ES2021 in tsconfig files for improved features.
- Included dom-mediacapture-transform in types for TypeScript configurations across various tsconfig files.
- Removed empty types array in tsconfig.app.json to ensure proper type checking.
- Adjusted skipLibCheck settings in tsconfig files to improve compatibility with Livekit track processors.
2025-05-05 12:15:16 +02: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 package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
src ov-components: update build process and module definition for improved structure 2025-04-30 17:58:11 +02: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 ov-components: update build process and module definition for improved structure 2025-04-30 17:58:11 +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 ov-components: update build process and module definition for improved structure 2025-04-30 17:58:11 +02:00
package-lock.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +02:00
package.json ov-components: update package dependencies and TypeScript configurations 2025-05-05 12:15:16 +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