[OPEN-ILS-DEV] Heads up on Angular 10 update

Bill Erickson berickxx at gmail.com
Thu Aug 6 12:49:32 EDT 2020


Hi All,

I've just merged the Angular 10 update branch to master (
https://bugs.launchpad.net/evergreen/+bug/1864371).  Follow these steps to
update your existing development machines:

git pull
# change the OS target as needed
sudo make -f ./Open-ILS/src/extras/Makefile.install ubuntu-bionic-developer
cd Open-ILS/src/eg2/
rm -rf node_modules
npm install
ng build --watch # etc.

===

Also note that lazy loading modules (loadChildren) now has a different
syntax.  See the migrations commit here for examples:

https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=9d6d2cad66194cbf56ed6f6705ae5bb3687d4b2f

===

ngbTabset is now deprecated in ng-bootstrap.  Going forward, please use
ngbNav instead.  Here's a migration example:

https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=af7974253329eb12fc337ef277070076a1e6b4bf

-b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/20200806/d59e5d9d/attachment.html>


More information about the Open-ils-dev mailing list