openvidu/openvidu-components-angular
dependabot[bot] 59d47f4cd1
build(deps): bump undici and @angular-devkit/build-angular
Bumps [undici](https://github.com/nodejs/undici) to 6.19.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `undici` from 6.18.0 to 6.19.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.18.0...v6.19.2)

Updates `@angular-devkit/build-angular` from 18.0.1 to 18.1.0
- [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.0.1...18.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 12:58:25 +00:00
..
e2e OpenVidu v3 2024-07-02 19:19:05 +02:00
projects/openvidu-components-angular openvidu-components-angular: Bumped version to 3.0.0-beta2 2024-07-16 12:56:54 +00:00
src OpenVidu v3 2024-07-02 19:19:05 +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 OpenVidu v3 2024-07-02 19:19:05 +02:00
karma.conf.js Added openvidu-components-angular project 2022-01-19 17:25:09 +01:00
migration-guide.md OpenVidu v3 2024-07-02 19:19:05 +02:00
openvidu-webcomponent-build.js OpenVidu v3 2024-07-02 19:19:05 +02:00
package-lock.json build(deps): bump undici and @angular-devkit/build-angular 2024-07-16 12:58:25 +00:00
package.json build(deps): bump undici and @angular-devkit/build-angular 2024-07-16 12:58:25 +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: Updated testapp to Angular 17 2024-05-24 12:13:34 +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