You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|143|[What is lazy loading?](#what-is-lazy-loading)|
152
152
|144|[What are workspace APIs?](#what-are-workspace-apis)|
153
-
|145|[](#)|
153
+
|145|[How do you upgrade angular version?](#how-do-you-upgrade-angular-version)|
154
154
|146|[](#)|
155
155
|147|[](#)|
156
156
|148|[](#)|
@@ -1884,7 +1884,11 @@
1884
1884
1885
1885
addBuildTargetOption();
1886
1886
```
1887
-
145. ### ?
1887
+
145. ### How do you upgrade angular version?
1888
+
The Angular upgrade is quite easier using Angular CLI `ng update` command as mentioned below. For example, if you upgrade from Angular 7 to 8 then your lazy loaded route imports will be migrated to the new import syntax automatically.
0 commit comments