Skip to content

Commit

Permalink
feat(ngx-translate): upgrade to Angular 7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ngx-translate is now built for Angular 7, if you use Angular 6 or below please refer to the [compatibility table](https://github.com/ngx-translate/core#installation) to know which version you can install
  • Loading branch information
alippai authored and ocombe committed Oct 24, 2018
1 parent 65c5b54 commit 1e943d2
Show file tree
Hide file tree
Showing 5 changed files with 3,026 additions and 3,068 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ notifications:
email: false
node_js:
- '10'
- '11'
before_install:
- export CHROME_BIN=chromium-browser
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
Expand Down
Loading

0 comments on commit 1e943d2

Please sign in to comment.