mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated README
parent
b2d5a6e3b6
commit
628b62c0aa
|
@ -1,6 +1,10 @@
|
||||||
# openvidu-angular
|
# openvidu-angular
|
||||||
|
|
||||||
The easier way to build powerful OpenVidu videoconference frontend applications.
|
[](http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
[](https://npmjs.org/package/openvidu-angular)
|
||||||
|
[](https://npmjs.org/package/openvidu-angular)
|
||||||
|
|
||||||
|
**The easier way to build powerful OpenVidu videoconference frontend applications.**
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
|
@ -8,7 +12,7 @@ The easier way to build powerful OpenVidu videoconference frontend applications.
|
||||||
npm install openvidu-angular@latest
|
npm install openvidu-angular@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Ho to use it
|
## How to use it
|
||||||
|
|
||||||
In your `app.module.ts`:
|
In your `app.module.ts`:
|
||||||
|
|
||||||
|
@ -25,4 +29,4 @@ const config: OpenViduAngularConfig = {
|
||||||
OpenViduAngularModule.forRoot(config)
|
OpenViduAngularModule.forRoot(config)
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
```
|
```
|
Loading…
Reference in New Issue