Walter Łuszczyk
Walter Łuszczyk
Same here. It's a pity perfect-scrollbar overrides default browser's smooth scroll. It stops us from using the lib, because we have parallax effect on a site and it not looks...
Hi guys, if I am not wrong, this library is an official Cloudinary API for Angular, not a hobbyist-made lib. If so, how reliable is your service in your customers...
Hi @michalkcloudinay In fact nothing changed. You still reference `@angular/core": "~10.2.4`. It works by coincidence and yields with compilation warnings 
Has any one have such experience - using @wags1999 solution, that HMR reloaded right lazy-module, but rendered HTML wasn't updated to new code? It works in an example, but not...
Perhaps minimizing files in folder [/src/lib/vendor](https://github.com/danvk/source-map-explorer/tree/master/src/lib/vendor) and withdrawal base64 codding could solve this issue
Hi, as I mentioned earlier, there was a warning. In may 2023 it will turn into breaking change. https://github.com/angular/angular/releases Please get rid of View Engine and be prepared to Angular...
Hi, I have similar error, but different origin. There is the same crashing method: ``` checkExecSyncError (node:child_process:885:11) at execSync (node:child_process:957:15) ``` But I got following error by running migrations (in...
It happens for me too, NX 18.3.4. It is production repo, so I cannot provide it as reproduction