Skip to content

Commit 09e1fca

Browse files
committed
Prepare new tutorial
1 parent bd3b71e commit 09e1fca

11 files changed

+21984
-43
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
# dependencies
1111
/node_modules
12-
package-lock.json
1312

1413
# profiling files
1514
chrome-profiler-events*.json

README.md

+41-29
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
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
725

826

9-
# Quick start
27+
# [Quick start](#quick-start)
1028

1129
```bash
1230
# choose a repo
@@ -19,9 +37,8 @@ git clone https://gitlab.com/ganatan/angular-lazy-loading.git
1937
# download the example or clone the repo from bitbucket
2038
git clone https://bitbucket.org/ganatan/angular-lazy-loading.git
2139

22-
2340
# change directory
24-
cd angular-example-lazy-loading
41+
cd angular-lazy-loading
2542

2643
# install the repo with npm
2744
npm install
@@ -33,23 +50,17 @@ npm start
3350
in your browser go to [http://localhost:4200](http://localhost:4200)
3451

3552

36-
# Tutorial
53+
# [Tutorial](#quick-start)
54+
55+
Here is a step by step Tutorial : https://www.ganatan.com/tutorials/lazy-loading-with-angular
3756

3857
<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>
4961
</p>
5062

51-
52-
# Getting Started
63+
# [Getting started](#getting-started)
5364

5465

5566
## Installation
@@ -66,17 +77,18 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
6677
## Tests
6778
* `npm run test`
6879

69-
# Author
80+
# [Author](#author)
7081
* Author : danny
7182

72-
73-
## Documentation
74-
75-
English Tutorials
83+
## [English Tutorials](#english-tutorials)
7684
- 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
7886

79-
Tutoriels en français
87+
## [Tutoriels en français](#french-tutorials)
8088
- Installation - https://www.ganatan.com/tutorials/lazy-loading-avec-angular
8189
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials
8290

91+
92+
93+
94+

img/ganatan-about-github.png

13.8 KB
Loading

0 commit comments

Comments
 (0)