openvidu/openvidu-components-angular
dependabot[bot] 5cd13f8609
build(deps): bump loader-utils and @angular-devkit/build-angular
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `loader-utils` from 2.0.4 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.4...v3.2.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 15:57:01 +00:00
..
e2e openvidu-components: Updated captions e2e test 2022-11-16 12:15:21 +01:00
projects/openvidu-angular Merge branch 'ov-components-stt-reconnection' 2022-11-22 16:54:20 +01:00
src openvidu-components: Updated docs 2022-11-21 12:27:45 +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 openvidu-components: Moved docs config files under library directory 2022-04-08 13:55:26 +02:00
angular.json openvidu-components: Updated to Angular 14 2022-11-03 12:03:34 +01: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 openvidu-components: Updated webcomponent build script 2022-04-07 10:04:20 +02:00
package-lock.json build(deps): bump loader-utils and @angular-devkit/build-angular 2022-11-22 15:57:01 +00:00
package.json build(deps): bump loader-utils and @angular-devkit/build-angular 2022-11-22 15:57:01 +00:00
tsconfig.app.json openvidu-components: Renamed library to openvidu-angular 2022-01-20 09:58:12 +01: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 Added openvidu-components-angular project 2022-01-19 17:25:09 +01: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

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

Code scaffolding

For generate new components in openvidu-angular:

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

Build library

npm run lib:build

Publishing

After the library is built, tun the following command:

cd dist/ && npm publish