Skip to content

Commit

Permalink
ov-components: Updated testapp to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 24, 2024
1 parent f2ab607 commit 6221c92
Show file tree
Hide file tree
Showing 8 changed files with 5,060 additions and 6,632 deletions.
24 changes: 12 additions & 12 deletions openvidu-components-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"outputPath": "dist/openvidu-components-testapp",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
Expand Down Expand Up @@ -69,29 +69,29 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "openvidu-components-testapp:build",
"proxyConfig": "src/proxy.config.json"
"proxyConfig": "src/proxy.config.json",
"buildTarget": "openvidu-components-testapp:build"
},
"configurations": {
"development": {
"browserTarget": "openvidu-components-testapp:build:development"
"buildTarget": "openvidu-components-testapp:build:development"
},
"production": {
"browserTarget": "openvidu-components-testapp:build:production"
"buildTarget": "openvidu-components-testapp:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "openvidu-components-testapp:build"
"buildTarget": "openvidu-components-testapp:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
Expand Down Expand Up @@ -162,7 +162,7 @@
"outputPath": "dist/openvidu-webcomponent-rc",
"index": "src/index.html",
"main": "src/app/openvidu-webcomponent/openvidu-webcomponent.main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "src/app/openvidu-webcomponent/tsconfig.openvidu-webcomponent.json",
"aot": true,
"assets": ["src/favicon.ico"],
Expand Down Expand Up @@ -201,8 +201,8 @@
}
}
}
},
"cli": {
"analytics": false
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 6221c92

Please sign in to comment.