KamilPuczka

Results 2 issues of KamilPuczka

Hi, I've prepared Angular integration for your project. It would be nice to add it to "Usage with Frameworks" section next to Vue and Ract. [Link](https://github.com/KamilPuczka/ngx-animate-css-grid)

Hi, I found issue with your library. It causes memory leaks. [https://github.com/KoderLabs/ngx-device-detector/blob/master/projects/ngx-device-detector/src/lib/device-detector.constants.ts](url) here you create regex objects. Those objects cannot be handled by garbage collector. Regex should be created if...

enhancement