build(aio): remove rxjs-compat dependency from examples (#22872)
we should not longer need it. PR Close #22872
This commit is contained in:
parent
0f88fc73db
commit
3a30f5d937
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue