openvidu-2/openvidu-components-angular
csantosm 19a64c993a openvidu-components: Moved webcomponent e2e test to e2e directory
- Unifyed the e2e test in one single directory with a common config and dependencies
2022-03-21 16:33:40 +01:00
..

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