Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typings): set map function parameter for Observable.from as optional
without this change typescript returns TS2346 error when we use Observable.from with one parameter. I think that it will be nice if tests will be written in typescript because it will eliminate situations like this.
- Loading branch information