It's awesome! A colleague of mine uses merge for batch jobs, as it is a great deal quicker.
Unfortunately, performance seems to drop when using it to insert/update individual entries.
It's awesome! A colleague of mine uses merge for batch jobs, as it is a great deal quicker.
Unfortunately, performance seems to drop when using it to insert/update individual entries.
I've used the guide in [1].
Just writing down my notes on what I encountered.
So let's try to update using [2].
Update to the latest 8 version.
This upgraded my version of Angular from 8.3.23 to 8.3.26
Update to the 9 version.
This upgraded my version from 8.3.26 (obviously) to 9.1.3 .
Of course, this means it's probably a good idea to upgrade to the lastest libraries I also use.
These are (in no particular order):
I've removed jquery and popper.js, these are no longer necessary as I am using ng-bootstrap.
There's an article [1] here. I thought I'd bookmark it, for easy reference.