mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated testapp
parent
79f1580560
commit
0341470fc0
|
@ -67,8 +67,7 @@
|
||||||
"lib:serve": "ng build openvidu-angular --watch",
|
"lib:serve": "ng build openvidu-angular --watch",
|
||||||
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
|
"lib:test": "ng test openvidu-angular --no-watch --code-coverage",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"ng": "ng",
|
"start": "ng serve --configuration development",
|
||||||
"start": "ng serve --ssl --configuration development",
|
|
||||||
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
|
"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: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",
|
"webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// Custom Theming for Angular Material
|
// Custom Theming for Angular Material
|
||||||
// For more information: https://material.angular.io/guide/theming
|
// For more information: https://material.angular.io/guide/theming
|
||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
@import '~@angular/material/theming';
|
@import '@angular/material/theming';
|
||||||
|
|
||||||
// Plus imports for other components in your app.
|
// Plus imports for other components in your app.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue