https://github.com/wishtack/wishtack-steroids
Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
https://github.com/wishtack/wishtack-steroids
angular helpers javascript monorepo ngx tools typescript
Last synced: 8 months ago
JSON representation
Frontend on Steroids: Reactive Component Loader, RxJS Scavenger...
- Host: GitHub
- URL: https://github.com/wishtack/wishtack-steroids
- Owner: wishtack
- License: mit
- Created: 2016-09-16T21:43:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:56:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T22:35:37.832Z (9 months ago)
- Topics: angular, helpers, javascript, monorepo, ngx, tools, typescript
- Language: TypeScript
- Homepage: https://wishtack.io
- Size: 7.36 MB
- Stars: 96
- Watchers: 3
- Forks: 15
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boost your apps with Wishtack's Steroids
[](https://travis-ci.org/wishtack/wishtack-steroids)
[](https://greenkeeper.io/)
This is a monorepo containing the following packages:
#### [@wishtack/reactive-component-loader](/packages/reactive-component-loader)
- `@wishtack/reactive-component-loader` is an Angular module that allows:
- **declarative** dynamic **component insertion**,
- **component lazy loading** and not only with the router *(even with AOT enabled)*,
- **passing @Inputs and @Outputs** easily to the dynamically inserted component (using [ng-dynamic-component](https://github.com/gund/ng-dynamic-component)).
#### [@wishtack/rx-scavenger](/packages/rx-scavenger)
- `@wishtack/rx-scavenger` is an **[RxJS](https://github.com/Reactive-Extensions/RxJS) `Subscription` Garbage Collector**.
#### [@wishtack/get](/packages/get)
- A TypeScript typed functional alternative to Optional Chaining Operator (a.k.a. Safe Navigation Operator).
#### [@wishtack/jest-tcr](/packages/jest-tcr)
- An implementation of TCR (`Test && Commit || Revert`) for Jest.
#### [@wishtack/schematics](/packages/schematics)
- Wishtack's Angular Schematics like `scam` which allows you to generate single component angular modules.
#### [@wishtack/change-detector](/packages/change-detector)
- Angular's `OnPush` and `ChangeDetector` implementation for Angular 1.x.
#### [@wishtack/rest-cache](/packages/rest-cache)
- [Work in Progress] Framework agnostic, reactive and fully customizable library to handle restful APIs caching.