openvidu/openvidu-components-angular
Carlos Santos 9c23ff079a ov-components: Update TypeScript library target to ES2021 in tsconfig.lib.json 2025-06-27 15:39:23 +02:00
..
e2e ov-components: Updated e2e tests 2024-05-24 09:31:16 +02:00
projects/openvidu-angular ov-components: Update TypeScript library target to ES2021 in tsconfig.lib.json 2025-06-27 15:39:23 +02:00
src ov-components: Fixed proxy conf 2024-11-11 19:53:01 +01:00
.gitignore openvidu-components: Updated test app 2022-11-02 15:54:18 +01: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 ov-components: Added v2compatibility suffix to library and webcomponent 2024-06-21 11:20:34 +02:00
angular.json ov-webvomponent: Increased max limit bundle. 2024-06-25 14:45:11 +02:00
docs.md openvidu-components: Added screensharing E2E 2022-04-01 12:05:58 +02:00
generate-docs.sh openvidu-components: Updated build doc script 2022-11-21 12:34:14 +01:00
karma.conf.js Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
openvidu-webcomponent-build.js ov-components: Added v2compatibility suffix to library and webcomponent 2024-06-21 11:20:34 +02:00
package-lock.json openvidu-angular-v2compatibility: Bumped version to 3.3.0 2025-06-26 19:55:02 +00:00
package.json openvidu-angular-v2compatibility: Bumped version to 3.3.0 2025-06-26 19:55:02 +00:00
tsconfig.app.json ov-components: Updated testapp to Angular 17 2024-05-24 12:13:34 +02:00
tsconfig.base.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
tsconfig.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
tsconfig.spec.json ov-components: Updated testapp to Angular 17 2024-05-24 12:13:34 +02:00
tslint.json Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00

README.md

Openvidu Angular TestAPP

Architechture

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

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-angular-v2compatibility library with live reload for listening changes

Code scaffolding

For generate new components in openvidu-angular-v2compatibility:

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

Build library

npm run lib:build

Publishing

After the library is built, tun the following command:

cd dist/ && npm publish