I'm updating an angular application from version 8 to 9. Following the Update Guide, I need to use dynamic imports in my modules for lazy loaded routes. It says ng update should take of this automatically. Executing ng-update seems to only list packages to be updated. Is this supposed to be updating my routes or do I need to perform those updates manually?
