diff --git a/openvidu-components-angular/package.json b/openvidu-components-angular/package.json index cbfe9482..a6cceaab 100644 --- a/openvidu-components-angular/package.json +++ b/openvidu-components-angular/package.json @@ -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", diff --git a/openvidu-components-angular/src/styles.scss b/openvidu-components-angular/src/styles.scss index 5dbacb25..ff851032 100644 --- a/openvidu-components-angular/src/styles.scss +++ b/openvidu-components-angular/src/styles.scss @@ -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.