Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikelgo/angular-kit

A set of powerful angular tools 🔥
https://github.com/mikelgo/angular-kit

Last synced: 12 days ago
JSON representation

A set of powerful angular tools 🔥

Awesome Lists containing this project

README

        

# @angular-kit

A set of 🔥 Angular tools.

- 📦 independent packages
- 🍃 fully tree-shakable as we leverage secondary entry points for each package

## 📦 Included packages

- [rxObserve](./libs/stream/README.md) - the better async pipe
- [rx](./libs/rx/README.md) - reactive tools
- [effects](https://github.com/mikelgo/angular-kit-effects) - modern util to manage subscriptions with zero-boilerplate code
- [rx-hooks](./libs/rx-hooks/README.md) - reactive lifecycle hooks
- [rx-stateful](./libs/rx-stateful/README.md) - a powerful stateful wrapper for synchronous and asynchronous observables
- [immutable-helper](./libs/immutable-helper/README.md) - immutable helper functions to deal with objects and arrays

## Info
The main branch does always contain the latest version of the packages. If you want to use a specific version, there will be a v.x.x.x-package-name branch (e.g. v.1.x.x-rx-stateful)
if more than the current version is supported.

## ✍ Contributing
All contributions are very welcome. Kindly have a look at the [contribution guide](./CONTRIBUTING.md)