Evyatar Rosner
Results
1
issues of
Evyatar Rosner
As of now, on `ResizeObserverDirective` and `IntersectionObserverDirective` there is `entriesMap` written on top of the files ([here](https://github.com/evyros/ng-observers/blob/master/projects/ng-observers/src/lib/intersection-observer.directive.ts#L6-L14) and [here](https://github.com/evyros/ng-observers/blob/master/projects/ng-observers/src/lib/resize-observer.directive.ts#L6-L14)). This logic should be moved to an Angular service.
enhancement
good first issue