Skip to content

Commit 2e72235

Browse files
authored
fix(Docs): update route names and title in readme
1 parent 565513d commit 2e72235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# RoutingAngularCli
1+
# Angular CLI Routing Example
22

33
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.
44

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).
66

77
## Standard Angular CLI Docs
88

0 commit comments

Comments
 (0)