Skip to content

Commit fba6e2b

Browse files
authored
images of angular logo, SPA app added
images of angular logo, SPA app added
1 parent 75a753e commit fba6e2b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="_images-angular-routing/angular-logo-1.png" alt="angular logo" title="angular logo" width="200" />
3+
</p>
4+
15
1 Angular Routing and Navigation
26
=====================
37
- The `Angular Router enables navigation from one view (component)` to the another/next as users perform tasks, views (component)
@@ -13,6 +17,36 @@
1317
- **routerLink**
1418
- The attribute/directive for binding a clickable HTML element to a route which denotes link/view name to load/show in `(<router-outlet>)`
1519

20+
Let's create below Angular Single Page Application (SPA) with Routing and Navigation feature:
21+
---------------------
22+
<p>
23+
<figure>
24+
&nbsp;&nbsp;&nbsp; <img src="./_images-angular-routing/1.1-spa-single-page-app-home.png" alt="Image - Output - Angular Single Page Application (SPA) with Routing and Navigation - Home View" title="Image - Output - Angular Single Page Application (SPA) with Routing and Navigation - Home View" width="1000" border="2" />
25+
<figcaption>&nbsp;&nbsp;&nbsp; Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Home View</figcaption>
26+
</figure>
27+
</p>
28+
29+
<p>
30+
<figure>
31+
&nbsp;&nbsp;&nbsp; <img src="./_images-angular-routing/1.2-spa-single-page-app-departments.png" alt="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Departments View" title="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Departments View" width="1000" border="2" />
32+
<figcaption>&nbsp;&nbsp;&nbsp; Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Departments View</figcaption>
33+
</figure>
34+
</p>
35+
36+
<p>
37+
<figure>
38+
&nbsp;&nbsp;&nbsp; <img src="./_images-angular-routing/1.3-spa-single-page-app-employees.png" alt="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Employees View" title="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Employees View" width="1000" border="2" />
39+
<figcaption>&nbsp;&nbsp;&nbsp; Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Employees View</figcaption>
40+
</figure>
41+
</p>
42+
43+
<p>
44+
<figure>
45+
&nbsp;&nbsp;&nbsp; <img src="./_images-angular-routing/1.4-spa-single-page-app-products.png" alt="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Products View" title="Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Products View" width="1000" border="2" />
46+
<figcaption>&nbsp;&nbsp;&nbsp; Image - Output - Angular Single Page Application (SPA) with Routing Navigation - Products View</figcaption>
47+
</figure>
48+
</p>
49+
1650
1.Angular Routing Application setup steps:
1751
---------------------
1852
1. Generate a new Angular project/app with routing option

0 commit comments

Comments
 (0)