openvidu-components: Updated testapp

pull/758/head
Carlos Santos 2022-11-03 16:04:20 +01:00
parent 79f1580560
commit 0341470fc0
2 changed files with 2 additions and 3 deletions

View File

@ -67,8 +67,7 @@
"lib:serve": "ng build openvidu-angular --watch",
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve --ssl --configuration development",
"start": "ng serve --configuration development",
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
"webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",

View File

@ -2,7 +2,7 @@
// Custom Theming for Angular Material
// For more information: https://material.angular.io/guide/theming
@use '@angular/material' as mat;
@import '~@angular/material/theming';
@import '@angular/material/theming';
// Plus imports for other components in your app.