Showing 1-20 of 2,423 packages
takeUntil operator for basic-streams
ESLint plugin that enforces the use of takeUntilDestroyed operator in RxJS subscription pipes to prevent memory leaks in Angular applications
auto unsubbing component for angular 2. It automatically unsubscribe from your observable if you use takeUntil(_destroy$) on them
👜 Callbag operator which converts source to a promise containing last emitted value.
A utility to start a saga when a particular action is dispatched, and then cancel it when another action is dispatched
tslint rules for angular projects
Utility service to manage subscriptions in a declarative way using takeUntil.
Emits the values emitted by the source Callbag until a notifier Callbag emits a value
Angular is a framework that embraces reactive programming, in particular RXJS. This project is to help you embrace reactive programming even more.
Utility service to manage subscriptions in a declarative way using takeUntil.
Laravel Collections for TypeScript.
NgxDestroyable provides a basic abstract class `Destroyable` which implements the angular lifecycle event `OnDestroy` and a method which returns a `takeUntil` rxjs operator which will end a stream once the component is destroyed.
Emit values from a stream until a second stream emits a value or ends.
Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.
Game FrameWork for JavaScript 2D WebGL Canvas Games
Simple store for managing state with Angular.
Simplest way to unsubscribe your RxJS observables automatically when your Angular component gets destroyed
Small package with decorators and helpers which helps in managing RxJS unsubscription in easy manner (not annoying) in Angular world
Documentation under construction.
Destroyable is an abstract class that implements the OnDestroy life-cycle hook in Angular