Carlos Santos 3a9f3c507d webcomponent: integrate PostCSS with Rollup and add error handling in OpenViduMeet component
- Added rollup-plugin-postcss to handle CSS imports in the project.
- Updated rollup.config.js to include PostCSS plugin for CSS injection and minification.
- Created a new styles.css file for component styling.
- Enhanced OpenViduMeet component to manage iframe loading states and display error messages.
- Implemented cleanup method in EventsManager to remove event listeners.
- Added TypeScript declaration for CSS module imports.
2025-05-08 16:05:07 +02:00
..
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00
2025-03-10 19:25:11 +01:00

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:

npm 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:

npm install
npm run build:prod