openvidu/openvidu-components-angular
dependabot[bot] 6dc21da937
build(deps): bump rollup and @angular-devkit/build-angular
Bumps [rollup](https://github.com/rollup/rollup) to 4.24.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `rollup` from 4.20.0 to 4.24.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.24.0)

Updates `@angular-devkit/build-angular` from 18.2.5 to 18.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/18.2.5...18.2.11)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 10:25:00 +00:00
..
e2e ov-components: Enhanced tests timeout 2024-10-10 21:14:08 +02:00
projects/openvidu-components-angular ov-components: Removed unnecessary code 2024-10-23 16:57:48 +02:00
src ov-components: Refactored and fixed device service 2024-07-30 15:45:22 +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 OpenVidu v3 2024-07-02 19:19:05 +02:00
generate-docs.sh ov-components: Updated generate-docs script 2024-07-26 10:30:24 +02: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 build(deps): bump rollup and @angular-devkit/build-angular 2024-10-31 10:25:00 +00:00
package.json build(deps): bump rollup and @angular-devkit/build-angular 2024-10-31 10:25:00 +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