build(aio): remove rxjs-compat dependency from examples (#22872)

we should not longer need it.

PR Close #22872
This commit is contained in:
Igor Minar 2018-03-22 22:25:37 -07:00 committed by Matias Niemelä
parent 0f88fc73db
commit 3a30f5d937
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ class NgPackagesInstaller {
// FIXME: Temporarily use RxJS from root `node_modules/`.
if (peerDependencies.rxjs) {
peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`;
peerDependencies['rxjs-compat'] = '6.0.0-beta.0';
}
return [mergedDependencies, peerDependencies];