mirror of https://github.com/OpenVidu/openvidu.git
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| coverage/openvidu-components | ||
| e2e | ||
| projects/openvidu-angular | ||
| src | ||
| .prettierrc | ||
| LICENSE | ||
| README.md | ||
| angular.json | ||
| karma.conf.js | ||
| openvidu-webcomponent-build.js | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.base.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json | ||
README.md
OpenviduComponents
Architechture
openvidu-components-angular
│
└─── src (openvidu-components-testapp)
│
└───projects
│
└─── openvidu-angular
Development server
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
Code scaffolding
For generate new components in openvidu-angular:
ng g component components/component-name --project=openvidu-angular
Build
Run npm run lib:build to build the library.See more here