Skip to content

Commit 298b052

Browse files
committed
chore(angular): upgrade primeng and angular
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent f4159f6 commit 298b052

File tree

4 files changed

+7600
-11408
lines changed

4 files changed

+7600
-11408
lines changed

timeless-api/src/main/webui/angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"outputPath": "dist/timeless",
2121
"index": "src/index.html",
@@ -57,7 +57,7 @@
5757
"defaultConfiguration": "production"
5858
},
5959
"serve": {
60-
"builder": "@angular-devkit/build-angular:dev-server",
60+
"builder": "@angular/build:dev-server",
6161
"configurations": {
6262
"production": {
6363
"buildTarget": "timeless:build:production"
@@ -69,10 +69,10 @@
6969
"defaultConfiguration": "development"
7070
},
7171
"extract-i18n": {
72-
"builder": "@angular-devkit/build-angular:extract-i18n"
72+
"builder": "@angular/build:extract-i18n"
7373
},
7474
"test": {
75-
"builder": "@angular-devkit/build-angular:karma",
75+
"builder": "@angular/build:karma",
7676
"options": {
7777
"polyfills": ["zone.js", "zone.js/testing"],
7878
"tsConfig": "tsconfig.spec.json",
@@ -92,5 +92,31 @@
9292
},
9393
"cli": {
9494
"analytics": false
95+
},
96+
"schematics": {
97+
"@schematics/angular:component": {
98+
"type": "component"
99+
},
100+
"@schematics/angular:directive": {
101+
"type": "directive"
102+
},
103+
"@schematics/angular:service": {
104+
"type": "service"
105+
},
106+
"@schematics/angular:guard": {
107+
"typeSeparator": "."
108+
},
109+
"@schematics/angular:interceptor": {
110+
"typeSeparator": "."
111+
},
112+
"@schematics/angular:module": {
113+
"typeSeparator": "."
114+
},
115+
"@schematics/angular:pipe": {
116+
"typeSeparator": "."
117+
},
118+
"@schematics/angular:resolver": {
119+
"typeSeparator": "."
120+
}
95121
}
96122
}

0 commit comments

Comments
 (0)