Skip to content

Commit

Permalink
feat(all): add support for Angular 8
Browse files Browse the repository at this point in the history
ISSUES CLOSED: NationalBankBelgium#31
  • Loading branch information
christophercr committed Nov 14, 2019
1 parent 2a37d3d commit 77f20ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"keywords": [
"angular6",
"angular7",
"angular8",
"reactive forms",
"typescript"
],
Expand Down Expand Up @@ -76,9 +77,9 @@
"zone.js": "~0.9.0"
},
"peerDependencies": {
"@angular/common": "6.x || 7.x",
"@angular/core": "6.x || 7.x",
"@angular/forms": "6.x || 7.x",
"@angular/common": "6.x || 7.x || 8.x",
"@angular/core": "6.x || 7.x || 8.x",
"@angular/forms": "6.x || 7.x || 8.x",
"rxjs": "6.x"
},
"scripts": {
Expand Down

0 comments on commit 77f20ca

Please sign in to comment.