Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔥
- Host: GitHub
- URL: https://github.com/mikelgo/angular-kit
- Owner: mikelgo
- Created: 2022-12-29T19:38:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T05:44:49.000Z (about 2 months ago)
- Last Synced: 2024-10-11T20:49:31.764Z (28 days ago)
- Language: TypeScript
- Homepage:
- Size: 15.8 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
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
- [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)