Skip to content

Commit

Permalink
openvidu-components: Updated to Angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Nov 3, 2022
1 parent 5f73380 commit ec7e915
Show file tree
Hide file tree
Showing 8 changed files with 28,862 additions and 31,517 deletions.
13 changes: 3 additions & 10 deletions openvidu-components-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
Expand Down Expand Up @@ -170,9 +166,7 @@
"tsConfig": "src/app/openvidu-webcomponent/tsconfig.openvidu-webcomponent.json",
"aot": true,
"assets": ["src/favicon.ico"],
"styles": [
"src/app/openvidu-webcomponent/openvidu-webcomponent.component.scss"
],
"styles": ["src/app/openvidu-webcomponent/openvidu-webcomponent.component.scss"],
"scripts": []
},
"configurations": {
Expand Down Expand Up @@ -207,6 +201,5 @@
}
}
}
},
"defaultProject": "openvidu-components-testapp"
}
}
Loading

0 comments on commit ec7e915

Please sign in to comment.