Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat: Update Angular dependencies to version 9.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update to Angular 9 requires us to update our peerDependencies.
Furthermore our applications are compiled with Ivy. Only the component library is
compiled with the view engine to be backwards compatible.
  • Loading branch information
Lukas Holzer authored and lukasholzer committed Feb 25, 2020
1 parent 947ba62 commit c930ff2
Show file tree
Hide file tree
Showing 183 changed files with 20,675 additions and 17,230 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ jobs:
at: ~/barista
- run:
<<: *set_env
- run:
# Workaround for issue:
# https://github.com/angular/angular/issues/35362
# https://github.com/nrwl/nx/issues/2108#issuecomment-559863213
name: Run angular compatibility compiler
command: npx ngcc
- run:
name: Generate examples for the demo application
command: npm run examples-tools
Expand Down
Loading

0 comments on commit c930ff2

Please sign in to comment.