Skip to content

Commit 6800f1b

Browse files
committed
openvidu-components: Updated to Angular 14
1 parent 5f73380 commit 6800f1b

File tree

8 files changed

+28862
-31517
lines changed

8 files changed

+28862
-31517
lines changed

openvidu-components-angular/angular.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,7 @@
102102
"lint": {
103103
"builder": "@angular-devkit/build-angular:tslint",
104104
"options": {
105-
"tsConfig": [
106-
"tsconfig.app.json",
107-
"tsconfig.spec.json",
108-
"e2e/tsconfig.json"
109-
],
105+
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
110106
"exclude": ["**/node_modules/**"]
111107
}
112108
},
@@ -170,9 +166,7 @@
170166
"tsConfig": "src/app/openvidu-webcomponent/tsconfig.openvidu-webcomponent.json",
171167
"aot": true,
172168
"assets": ["src/favicon.ico"],
173-
"styles": [
174-
"src/app/openvidu-webcomponent/openvidu-webcomponent.component.scss"
175-
],
169+
"styles": ["src/app/openvidu-webcomponent/openvidu-webcomponent.component.scss"],
176170
"scripts": []
177171
},
178172
"configurations": {
@@ -207,6 +201,5 @@
207201
}
208202
}
209203
}
210-
},
211-
"defaultProject": "openvidu-components-testapp"
204+
}
212205
}

0 commit comments

Comments
 (0)