Skip to content

Commit b1ac404

Browse files
authored
Merge pull request #2027 from numbersprotocol/feature-migrate-angular-from-12-to-14
Feature migrate angular from 12 to 14
2 parents 5856a2e + ba132ee commit b1ac404

File tree

15 files changed

+19774
-24473
lines changed

15 files changed

+19774
-24473
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
# Specifies intentionally untracked files to ignore when using Git
23
# http://git-scm.com/docs/gitignore
34

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $RECYCLE.BIN/
1414
log.txt
1515
npm-debug.log*
1616

17+
/.angular
1718
/.idea
1819
/.ionic
1920
/.sass-cache

angular.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
4-
"defaultProject": "app",
54
"newProjectRoot": "projects",
65
"projects": {
76
"app": {
@@ -89,9 +88,7 @@
8988
"production": {
9089
"browserTarget": "app:build:production"
9190
},
92-
"ci": {
93-
"progress": false
94-
},
91+
"ci": {},
9592
"development": {
9693
"browserTarget": "app:build:development"
9794
}
@@ -190,8 +187,8 @@
190187
}
191188
},
192189
"cli": {
193-
"defaultCollection": "@ionic/angular-toolkit",
194-
"analytics": false
190+
"analytics": false,
191+
"schematicCollections": ["@ionic/angular-toolkit"]
195192
},
196193
"schematics": {
197194
"@ionic/angular-toolkit:component": {

0 commit comments

Comments
 (0)