openvidu-components-angular
│
└─── src (openvidu-components-testapp)
│
└───projects
│
└─── openvidu-components-angular
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
For generate new components in openvidu-components-angular:
Example :ng g component components/component-name --project=openvidu-components-angular
npm run lib:build
After the library is built, tun the following command:
Example :cd dist/ && npm publish