Skip to content
This repository has been archived by the owner on Jan 5, 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 73e0ce7 commit dafa2c8
Show file tree
Hide file tree
Showing 6 changed files with 3,566 additions and 2,737 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
npm install @ctrl/ngx-csv
```

## Dependencies

Latest version available for each version of Angular

| ngx-trend | Angular |
| --------- | ------- |
| 2.1.1 | 8.x |
| current | >= 9.x |

### Import

```ts
Expand Down
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -49,6 +50,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
environment:
CHROME_BIN: '/usr/bin/google-chrome'
steps:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
command: bash <(curl -s https://codecov.io/bash)
release:
docker:
- image: circleci/node:10
- image: circleci/node:12
steps:
- checkout
- restore_cache:
Expand Down
Loading

0 comments on commit dafa2c8

Please sign in to comment.