0.0.10 • Published 2 years ago

@ckapp/rxjs-parse v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

CI Coverage Status semantic-release: angular

npm version npm version

@ckapp/rxjs-parse

Dynamic creation of rxjs observables and operators from data.

Branches / Versions

  • main - Contains the most recent version
npm install @ckapp/rxjs-parse
  • next - Contains the next version
npm install @ckapp/rxjs-parse@next

Most PRs should be made to main.

Check our branching and release strategy.

Installation and Usage

ES6 via npm

npm i @ckapp/rxjs-parse

Usage

  1. Create a parser
  2. Chain other parsers
  3. Use parser
import { create } from '@ckapp/rxjs-parse/core';
import { rxjsParsers } from '@ckapp/rxjs-parse/common';

// Create a parser
const parser = create().chain(
  // Chain specific parsers
  rxjsParsers()
);

// Create observables
const observable = parser.parse(...);

Building/Testing

  • npm test run tests
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago