Skip to content

Commit a2fbda0

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

File tree

88 files changed

+139818
-133135
lines changed

Some content is hidden

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

88 files changed

+139818
-133135
lines changed

openvidu-components-angular/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
TUTORIALS=(
55
'openvidu-additional-panels'
66
'openvidu-admin-dashboard'
7-
'openvidu-complete-app/frontend'
87
'openvidu-custom-activities-panel'
98
'openvidu-custom-chat-panel'
109
'openvidu-custom-lang'

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)