@volvachev/angularuse
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

AngularUse

npm version npm bundle size .github/workflows/ci.yml Coveralls github

Collection of essential Angular inject functions

inject functions and directives

inject rxjs functions

  • useInsideZone and insideZone - RxJs operator, that run subscription function inside NgZone;
  • useOutsideZone and outsideZone - RxJs operator, that run subscription function outside NgZone;
  • useUntilDestroy - RxJs operator, which automatically unsubscribes from the Observable on hook OnDestroy;

Readme

Keywords

Package Sidebar

Install

npm i @volvachev/angularuse

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

1 MB

Total Files

185

Last publish

Collaborators

  • volvachev