- Updated @livekit/track-processors from 0.3.2 to ^0.5.6 - Updated livekit-client from 2.5.2 to 2.11.4 - Changed TypeScript lib option from "dom" to "DOM" in tsconfig.lib.json - Added skipLibCheck option in tsconfig.lib.json and tsconfig.base.json - Updated TypeScript lib option from "dom" to "dom" in tsconfig.base.json
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