Skip to content

Commit cdb0598

Browse files
ChronosSFLipatadamyanpetev
authored
Updating to Angular 18.0.0 (#14237)
* feat(*): applying 18 migrations * chore: ng update @angular/cli --next * chore: ng update @angular/core --next * chore(*): ng update @angular/cli @angular/core * chore: ng update @angular-eslint/schematics@rc-v18 --------- Co-authored-by: lipata <[email protected]> Co-authored-by: Damyan Petev <[email protected]>
1 parent a2e9bdf commit cdb0598

File tree

8 files changed

+2714
-2186
lines changed

8 files changed

+2714
-2186
lines changed

angular.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/igniteui-dev-demos",
21-
"main": "./src/main.ts",
20+
"outputPath": {
21+
"base": "dist/igniteui-dev-demos"
22+
},
2223
"index": "src/index.html",
2324
"polyfills": [
2425
"zone.js"
@@ -34,7 +35,6 @@
3435
],
3536
"scripts": [],
3637
"extractLicenses": false,
37-
"buildOptimizer": false,
3838
"sourceMap": true,
3939
"optimization": false,
4040
"namedChunks": true,
@@ -43,7 +43,8 @@
4343
"includePaths": [
4444
"node_modules"
4545
]
46-
}
46+
},
47+
"browser": "./src/main.ts"
4748
},
4849
"configurations": {
4950
"production": {

0 commit comments

Comments
 (0)