Skip to content

Commit

Permalink
fix(@angular/cli): add a dependency to RXJS (#4465)
Browse files Browse the repository at this point in the history
Projects dont have a problem with it because they have that dependency directly, but
global installs dont have rxjs and will error out.
  • Loading branch information
hansl authored Feb 6, 2017
1 parent 570f016 commit 39fa206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@angular/cli/lib/cli/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*eslint-disable no-console */

// Prevent the dependency validation from tripping because we don't import zone.js. We need
// Prevent the dependency validation from tripping because we don't import these. We need
// it as a peer dependency of @angular/core.
// require('zone.js')
// require('rxjs')


// This file hooks up on require calls to transpile TypeScript.
Expand Down

0 comments on commit 39fa206

Please sign in to comment.