Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(combineLatest): add N-args signature for observable inputs #5488

Merged

Commits on Jun 13, 2020

  1. feat(combineLatest): add N-args signature for observable inputs

    When using combineLatest with an array of more than six
    observable inputs, the result observable has a union type
    of all observed types. Now, by using the 'as const' assertion,
    the output observable has a correct tuple type that mirrors the
    input observables.
    ggradnig committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    ab60906 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    bba3520 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespace

    ggradnig authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    8ae042d View commit details
    Browse the repository at this point in the history