Skip to content

Commit

Permalink
update solution to Angular v13
Browse files Browse the repository at this point in the history
  • Loading branch information
changhuixu committed Nov 4, 2021
1 parent d1026c7 commit 4168cad
Show file tree
Hide file tree
Showing 11 changed files with 9,758 additions and 15,465 deletions.
1 change: 0 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ chrome-profiler-events*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
20 changes: 7 additions & 13 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"@schematics/angular:interceptor": {
"skipTests": true
},
"@schematics/angular:module": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
Expand All @@ -46,8 +43,13 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.css"],
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
],
"scripts": []
},
"configurations": {
Expand Down Expand Up @@ -123,14 +125,6 @@
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/uiowa/digit-only/src/test.ts",
"tsConfig": "projects/uiowa/digit-only/tsconfig.spec.json",
"karmaConfig": "projects/uiowa/digit-only/karma.conf.js"
}
}
}
}
Expand Down
Loading

0 comments on commit 4168cad

Please sign in to comment.