https://github.com/michaelbe812/angular-kit
A set of powerful angular tools 🔥
https://github.com/michaelbe812/angular-kit
Last synced: about 1 month ago
JSON representation
A set of powerful angular tools 🔥
- Host: GitHub
- URL: https://github.com/michaelbe812/angular-kit
- Owner: michaelbe812
- Created: 2022-12-29T19:38:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T06:56:31.000Z (5 months ago)
- Last Synced: 2025-03-07T02:47:12.042Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 15.8 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-angular - angular-kit - A set of powerful Angular tools including pipes, lifecycle hooks, and reactive enhancements. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-kit - A set of powerful Angular tools including pipes, lifecycle hooks, and reactive enhancements. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-kit - A set of powerful Angular tools including pipes, lifecycle hooks, and reactive enhancements. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-kit - A set of powerful Angular tools including pipes, lifecycle hooks, and reactive enhancements. (Table of contents / Third Party Components)
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. Hint: The project was moved to an own repository. [Check it out](https://github.com/michaelbe812/angular-kit-rx-stateful)
- [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)