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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# RoutingAngularCli
1
+
# Angular CLI Routing Example
2
2
3
3
The purpose of this project is to show examples of loading routes by including them directly in the bundle, and by loading them lazily as separate bundles.
4
4
5
-
The project shows a simple website, showing a `Homepage` route loaded in the main bundle, and an `About` route loaded lazily.
5
+
The project shows a simple website, showing a `bundled` route loaded in the main bundle, and a `lazy` route loaded in a seperate bundle (lazy loaded).
0 commit comments