mirror of https://github.com/OpenVidu/openvidu.git
34 lines
669 B
Markdown
34 lines
669 B
Markdown
![]() |
# OpenviduComponents
|
||
|
|
||
|
|
||
|
## Architechture
|
||
|
|
||
|
```
|
||
|
openvidu-components-angular
|
||
|
│
|
||
|
└─── src (openvidu-components-testapp)
|
||
|
│
|
||
|
└───projects
|
||
|
│
|
||
|
└─── openvidu-components-angular
|
||
|
```
|
||
|
|
||
|
## Development server
|
||
|
|
||
|
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
|
||
|
|
||
|
## Code scaffolding
|
||
|
|
||
|
For generate new components in openvidu-components-angular:
|
||
|
|
||
|
```bash
|
||
|
ng g component components/component-name --project=openvidu-components-angular
|
||
|
```
|
||
|
|
||
|
|
||
|
## Build
|
||
|
|
||
|
Run `npm run lib:build` to build the library.See more [here](projects/openvidu-components-angular/README.md)
|