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

Reply via email to