Skip to content

lamisChebbi/rx-angular

 
 

Repository files navigation

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 different 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/template --project my-project
npm install --save @rx-angular/state 
npm install --save @rx-angular/state
npm install --save @rx-angular/template @rx-angular/cdk
# or
yarn add @rx-angular/state
yarn add @rx-angular/template @rx-angular/cdk

About

Reactive Extensions for Angular

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • HTML 1.5%
  • JavaScript 1.2%
  • Other 1.3%