Skip to content

Commit

Permalink
Merge pull request #2027 from numbersprotocol/feature-migrate-angular…
Browse files Browse the repository at this point in the history
…-from-12-to-14

Feature migrate angular from 12 to 14
  • Loading branch information
bafu committed Sep 6, 2022
2 parents 5856a2e + ba132ee commit b1ac404
Show file tree
Hide file tree
Showing 15 changed files with 19,774 additions and 24,473 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.angular/cache
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -14,6 +14,7 @@ $RECYCLE.BIN/
log.txt
npm-debug.log*

/.angular
/.idea
/.ionic
/.sass-cache
Expand Down
9 changes: 3 additions & 6 deletions angular.json
@@ -1,7 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"defaultProject": "app",
"newProjectRoot": "projects",
"projects": {
"app": {
Expand Down Expand Up @@ -89,9 +88,7 @@
"production": {
"browserTarget": "app:build:production"
},
"ci": {
"progress": false
},
"ci": {},
"development": {
"browserTarget": "app:build:development"
}
Expand Down Expand Up @@ -190,8 +187,8 @@
}
},
"cli": {
"defaultCollection": "@ionic/angular-toolkit",
"analytics": false
"analytics": false,
"schematicCollections": ["@ionic/angular-toolkit"]
},
"schematics": {
"@ionic/angular-toolkit:component": {
Expand Down

0 comments on commit b1ac404

Please sign in to comment.