vmasek / rx-angular

Reactive Extensions for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxAngular rx-angular CI

RxAngular offers a comprehensive toolset for handling fully reactive Angular applications with the main focus on runtime performance and template rendering.

RxAngular is divided into two initially independent packages:

Used together, you get a powerful tool for developing high-performance angular applications with or without NgZone.

This repository holds a set of helpers to create fully reactive as well as fully zone-less applications.

rx-angular logo

Links

Packages

Find details in the linked readme files below for installation and setup instructions, examples and resources.

Install

Using schematics:

ng add @rx-angular/state
ng add @rx-angular/template --project my-project

Manually:

npm install --save @rx-angular/state
npm install --save @rx-angular/template
# or
yarn add @rx-angular/state
yarn add @rx-angular/template

About

Reactive Extensions for Angular

License:MIT License


Languages

Language:TypeScript 95.9%Language:HTML 1.5%Language:JavaScript 1.2%Language:SCSS 0.8%Language:CSS 0.5%