/angularuse

Collection of essential inject functions for Angular

Primary LanguageTypeScriptMIT LicenseMIT

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;