1
- <p align =" center " >
2
- <h1 align =" center " >Angular Example Lazy loading</h1 >
3
- <p align =" center " >
4
- Example with Angular 13.0.2 & Angular CLI 13.0.3
5
- </p >
6
- </p >
1
+ # Angular 13 Example Lazy Loading
2
+
3
+ <table >
4
+ <tr >
5
+ <td >
6
+ <a href =" https://www.ganatan.com/en " >
7
+ <img src="./img/ganatan-about-github.png" align="right"
8
+ alt="Ganatan Angular Example routing" width="140" height="140">
9
+ </a >
10
+
11
+ it's part of a repo series designed to create a ** Web Application with Angular 13**
12
+
13
+
14
+ * Featuring [ ** Angular 13.0.2** ] ( https://github.com/angular/angular/releases ) & [ ** Angular CLI 13.0.3** ] ( https://github.com/angular/angular-cli/releases/ )
15
+
16
+
17
+ * See the [ ** Live demo** ] ( #live-demo ) , Test the repo with [ ** Quick start** ] ( #quick-start ) and for more information Read the step by step [ ** Tutorial** ] ( #tutorial ) or read the [ ** Getting started** ] ( #getting-started )
18
+
19
+ </td >
20
+ </tr >
21
+ </table >
22
+
23
+ # [ Live Demo] ( #live-demo )
24
+ Here is a working live demo : https://angular.ganatan.com
7
25
8
26
9
- # Quick start
27
+ # [ Quick start] ( #quick-start )
10
28
11
29
``` bash
12
30
# choose a repo
@@ -19,9 +37,8 @@ git clone https://gitlab.com/ganatan/angular-lazy-loading.git
19
37
# download the example or clone the repo from bitbucket
20
38
git clone https://bitbucket.org/ganatan/angular-lazy-loading.git
21
39
22
-
23
40
# change directory
24
- cd angular-example- lazy-loading
41
+ cd angular-lazy-loading
25
42
26
43
# install the repo with npm
27
44
npm install
@@ -33,23 +50,17 @@ npm start
33
50
in your browser go to [ http://localhost:4200 ] ( http://localhost:4200 )
34
51
35
52
36
- # Tutorial
53
+ # [ Tutorial] ( #quick-start )
54
+
55
+ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/lazy-loading-with-angular
37
56
38
57
<p align =" center " >
39
- <h3 align =" center " >Angular 12 Example Lazy loading Tutorial</h3 >
40
-
41
- <p align =" center " >
42
- Step-by-step Tutorials
43
- <br>
44
- <br>
45
- <a href="https://www.ganatan.com/tutorials/lazy-loading-with-angular">
46
- <img src="https://api.ganatan.com/articles/img/tutorial-lazy-loading-avec-angular.png" alt="Demo example"/>
47
- </a>
48
- </p >
58
+ <a href =" https://www.ganatan.com/tutorials/lazy-loading-with-angular " >
59
+ <img src="https://api.ganatan.com/articles/img/tutorial-lazy-loading-avec-angular.png" alt="Demo example"/>
60
+ </a >
49
61
</p >
50
62
51
-
52
- # Getting Started
63
+ # [ Getting started] ( #getting-started )
53
64
54
65
55
66
## Installation
@@ -66,17 +77,18 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
66
77
## Tests
67
78
* ` npm run test `
68
79
69
- # Author
80
+ # [ Author] ( #author )
70
81
* Author : danny
71
82
72
-
73
- ## Documentation
74
-
75
- English Tutorials
83
+ ## [ English Tutorials] ( #english-tutorials )
76
84
- Installation - https://www.ganatan.com/tutorials/lazy-loading-with-angular
77
- - Tutorials Step by Step - https://www.ganatan.com/tutorials/en
85
+ - step-by-step Tutorials - https://www.ganatan.com/tutorials/en
78
86
79
- Tutoriels en français
87
+ ## [ Tutoriels en français] ( #french-tutorials )
80
88
- Installation - https://www.ganatan.com/tutorials/lazy-loading-avec-angular
81
89
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials
82
90
91
+
92
+
93
+
94
+
0 commit comments