Skip to content

Commit f9e763a

Browse files
committed
ov-components: Update Angular to v20
1 parent fcd58c4 commit f9e763a

88 files changed

Lines changed: 139819 additions & 133136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openvidu-components-angular/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
22

3-
43
TUTORIALS=(
54
'openvidu-additional-panels'
65
'openvidu-admin-dashboard'
7-
'openvidu-complete-app/frontend'
86
'openvidu-custom-activities-panel'
97
'openvidu-custom-chat-panel'
108
'openvidu-custom-lang'
@@ -19,6 +17,7 @@ TUTORIALS=(
1917
'openvidu-toggle-hand'
2018
'openvidu-toolbar-buttons'
2119
'openvidu-toolbar-panel-buttons'
20+
'openvidu-demo-app/frontend'
2221
)
2322

2423
for tutorial in "${TUTORIALS[@]}"

openvidu-components-angular/openvidu-additional-panels/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,31 @@
118118
},
119119
"cli": {
120120
"analytics": false
121+
},
122+
"schematics": {
123+
"@schematics/angular:component": {
124+
"type": "component"
125+
},
126+
"@schematics/angular:directive": {
127+
"type": "directive"
128+
},
129+
"@schematics/angular:service": {
130+
"type": "service"
131+
},
132+
"@schematics/angular:guard": {
133+
"typeSeparator": "."
134+
},
135+
"@schematics/angular:interceptor": {
136+
"typeSeparator": "."
137+
},
138+
"@schematics/angular:module": {
139+
"typeSeparator": "."
140+
},
141+
"@schematics/angular:pipe": {
142+
"typeSeparator": "."
143+
},
144+
"@schematics/angular:resolver": {
145+
"typeSeparator": "."
146+
}
121147
}
122148
}

0 commit comments

Comments
 (0)