Skip to content

Commit

Permalink
Update to Angular 9; update ng-bootstrap to v6
Browse files Browse the repository at this point in the history
ng add @angular/localize
  • Loading branch information
changhuixu committed Feb 22, 2020
1 parent 69424f5 commit 41fce37
Show file tree
Hide file tree
Showing 9 changed files with 5,680 additions and 3,521 deletions.
16 changes: 12 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -41,7 +41,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -132,6 +131,11 @@
"options": {
"tsConfig": "projects/uiowa/date-range-picker/tsconfig.lib.json",
"project": "projects/uiowa/date-range-picker/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/uiowa/date-range-picker/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand All @@ -155,6 +159,10 @@
}
}
}
}},
"defaultProject": "date-range-picker-demo"
}
},
"defaultProject": "date-range-picker-demo",
"cli": {
"analytics": "df19d77b-6da3-4f9c-b35c-e657d4ffc8df"
}
}
Loading

0 comments on commit 41fce37

Please sign in to comment.