Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
feat: upgrade to angular 9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires angular 9
  • Loading branch information
scttcper committed Feb 8, 2020
1 parent 8c3bf37 commit 72fe35a
Show file tree
Hide file tree
Showing 7 changed files with 3,574 additions and 2,837 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Latest version available for each version of Angular
| ngx-trend | Angular |
| --------- | ------- |
| 3.4.3 | 6.x 7.x |
| 4.0.0 | 8.x |
| 4.0.2 | 8.x |
| current | >= 9.x |


### Quickstart
Expand Down
3 changes: 1 addition & 2 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
Loading

0 comments on commit 72fe35a

Please sign in to comment.