Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 7.48 KB

README.md

File metadata and controls

46 lines (41 loc) · 7.48 KB

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;