Implements users list, reset password dialog and create user page. This enhancement provides the necessary UI components and services to manage users within the application, including listing, creating, and resetting passwords. The user list component supports filtering, sorting, and bulk actions. The reset password dialog allows administrators to reset user passwords. The create user page enables the creation of new user accounts with specific roles.
Openvidu Meet Frontend
This is the frontend of OpenVidu Meet. It is a Angular application that uses Angular Material as UI library.
How to run
For running the frontend you need to have installed Node.js. Then, you can run the following commands:
pnpm install
start:dev
This will start the frontend in development mode. The server will listen on port 5080.
How to build
For building the frontend you can run the following command:
pnpm install
pnpm run build:prod