The Wayback Machine - https://web.archive.org/web/20210907132314/https://github.com/topics/rxjs6
Skip to content
#

rxjs6

Here are 196 public repositories matching this topic...

jsamr
jsamr commented Jan 27, 2020

Although the two source streams and the result stream have all a length of 5, an exception is thrown.

Reproduction:

import { cold, hot } from 'jest-marbles'
import { buffer, mergeAll } from 'rxjs/operators'

describe('test', () => {
  it('should not fail', () => {
    const source1 = cold('AB--|')
    const source2 = hot('^-A-|')
    expect(source1.pipe(buffer(source2), mergeAl
ionic-angular-news-app

📋 Ionic-Angular app to fetch news articles from a REST API using Typescript interfaces to define the expected structure of the json objects returned & http service providers. Custom pipes used to modify API news article titles, contents and convert the Universal Time Constant (UTC) date string. Dark mode, Offline Storage of favourite articles & settings using Ionic Storage. Common Refresh & Progress Bar Components. Localisation using i18n so user can select between English (default), Spanish and French.
  • Updated Jul 7, 2021
  • TypeScript

Improve this page

Add a description, image, and links to the rxjs6 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rxjs6 topic, visit your repo's landing page and select "manage topics."

Learn more