Skip to content

Commit a6e84e2

Browse files
authored
Merge pull request #86 from nicolgit/main
upgrate angular to 20
2 parents e48ecf5 + 079f63e commit a6e84e2

File tree

8 files changed

+1464
-2286
lines changed

8 files changed

+1464
-2286
lines changed

firewall-mon-app/angular.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
"defaultConfiguration": "development"
102102
},
103103
"extract-i18n": {
104-
"builder": "@angular-devkit/build-angular:extract-i18n",
104+
"builder": "@angular/build:extract-i18n",
105105
"options": {
106106
"buildTarget": "firewall-mon-app:build"
107107
}
108108
},
109109
"test": {
110-
"builder": "@angular-devkit/build-angular:karma",
110+
"builder": "@angular/build:karma",
111111
"options": {
112112
"main": "src/test.ts",
113113
"polyfills": "src/polyfills.ts",
@@ -129,5 +129,31 @@
129129
}
130130
}
131131
}
132+
},
133+
"schematics": {
134+
"@schematics/angular:component": {
135+
"type": "component"
136+
},
137+
"@schematics/angular:directive": {
138+
"type": "directive"
139+
},
140+
"@schematics/angular:service": {
141+
"type": "service"
142+
},
143+
"@schematics/angular:guard": {
144+
"typeSeparator": "."
145+
},
146+
"@schematics/angular:interceptor": {
147+
"typeSeparator": "."
148+
},
149+
"@schematics/angular:module": {
150+
"typeSeparator": "."
151+
},
152+
"@schematics/angular:pipe": {
153+
"typeSeparator": "."
154+
},
155+
"@schematics/angular:resolver": {
156+
"typeSeparator": "."
157+
}
132158
}
133159
}

firewall-mon-app/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (config) {
1010
require('karma-chrome-launcher'),
1111
require('karma-jasmine-html-reporter'),
1212
require('karma-coverage'),
13-
require('@angular-devkit/build-angular/plugins/karma')
13+
1414
],
1515
client: {
1616
jasmine: {

0 commit comments

Comments
 (0)