fix(@angular/cli): add a dependency to RXJS (#4465)

Projects dont have a problem with it because they have that dependency directly, but
global installs dont have rxjs and will error out.
This commit is contained in:
Hans 2017-02-06 12:52:22 -08:00 committed by GitHub
parent 570f016d0d
commit 39fa206562

View File

@ -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.