mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3d715a2f7b
Despite local testing, multiple users failed to run the postinstall to install typings. Instead, we can distribute the typings we installed locally. This is an alternative to #7003. This also reverts rxjs to beta.1 since we have errors using beta.2, being addressed in #7001. Fixes #7000