Skip to content

Commit f06b07c

Browse files
committed
Update Angular 13.1.1
1 parent 5773aa1 commit f06b07c

File tree

1,234 files changed

+44787
-25648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,234 files changed

+44787
-25648
lines changed

README.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Angular 12 / Bootstrap 5 & CRUD REST API
1+
# Angular 13 / Bootstrap 5 & CRUD REST API
22

33
<table>
44
<tr>
55
<td>
6-
<a href="http://www.ganatan.com/en">
6+
<a href="https://www.ganatan.com/en">
77
<img src="./img/ganatan-about-github.png" align="right"
88
alt="Ganatan Angular Example Demo" width="140" height="140">
99
</a>
1010

11-
it's a repo designed to create a **Web Application with Angular 12**
11+
it's a repo designed to create a **Web Application with Angular 11**
1212

1313

14-
* Frontend - [**Angular 12.2.12**](https://github.com/angular/angular/releases) & [**Angular CLI 12.2.12**](https://github.com/angular/angular-cli/releases/)
14+
* Frontend - [**Angular 13.1.1**](https://github.com/angular/angular/releases) & [**Angular CLI 13.1.2**](https://github.com/angular/angular-cli/releases/)
1515

1616
* UI prototype - [**bootstrap 5**](https://v5.getbootstrap.com/docs/5.0/getting-started/download/)
1717

@@ -25,12 +25,12 @@ it's a repo designed to create a **Web Application with Angular 12**
2525
</table>
2626

2727
# [Live Demo](#live-demo)
28-
Here is a working live demo : http://angular.ganatan.com/
28+
Here is a working live demo : https://angular.ganatan.com/
2929

3030

3131
<p align="center">
3232
<p align="center">
33-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">http://angular.ganatan.com/">
33+
<a href="http://github.com/%3Cspan%20class="x x-first x-last">https://angular.ganatan.com/">
3434
<img src="https://media.giphy.com/media/RfqiR12yhtHpwaItBq/giphy.gif" alt="Angular 12 Example Application"/>
3535
</a>
3636
</p>
@@ -40,7 +40,7 @@ Here is a working live demo : http://angular.ganatan.com/
4040

4141

4242
## Lighthouse Audit
43-
<img src="http://api.ganatan.com/articles/img/search-engine-optimization-avec-angular-lighthouse-after.png"/>
43+
<img src="https://api.ganatan.com/articles/img/search-engine-optimization-avec-angular-lighthouse-after.png"/>
4444

4545
## Table of contents
4646

@@ -53,10 +53,10 @@ Here is a working live demo : http://angular.ganatan.com/
5353

5454
### Front-end : What's included
5555
> Dependencies
56-
- [x] Angular : 12.2.12
57-
- [x] Angular CLI : 12.2.12
58-
- [x] Angular Universal : 12.1.3
59-
- [x] Bootstrap : 5.1.3
56+
- [x] Angular : 13.1.1
57+
- [x] Angular CLI : 13.1.2
58+
- [x] Angular Universal : 13.0.1
59+
- [x] Bootstrap : 5.0.1
6060
- [x] Fontawesome : 5.15.4
6161

6262
> Features
@@ -70,6 +70,8 @@ Here is a working live demo : http://angular.ganatan.com/
7070
- [x] Services
7171
- [x] Reactive Form
7272
- [x] Template Driven Forms
73+
- [x] Search / Grid / Pagination
74+
- [x] Leaflet
7375

7476
## Quick start
7577

@@ -109,9 +111,18 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
109111
* `npm run start`
110112
* in your browser [http://localhost:4200](http://localhost:4200)
111113

114+
### Settings
115+
* you can select one of these Datasources
116+
117+
* Change settings in src/app/modules/application/movies-images-list
118+
* File config/config.service.ts
119+
* default: LOCAL JSON
120+
* LOCAL REST API CRUD : http://localhost:5004
112121

113122
## Tests
114123
* `npm run lint`
124+
* `npm run test`
125+
* `npm run e2e`
115126

116127
## Tests prerequisites
117128
- ChromeDriver only supports Chrome version 89
@@ -260,12 +271,12 @@ pm2 start process.config.js --env prod
260271
* in your browser [http://localhost:5004/cities](http://localhost:5004/cities)
261272

262273
### Author
263-
* Updated : 29/10/2021
274+
* Updated : 22/05/2021
264275
* Author : danny
265276

266277
## Documentation
267278
English Tutorials
268-
- Step by Step - http://www.ganatan.com/tutorials/en
279+
- Step by Step - https://www.ganatan.com/tutorials/en
269280

270281
Tutoriels en français
271-
- Etapes par étapes - http://www.ganatan.com/tutorials
282+
- Etapes par étapes - https://www.ganatan.com/tutorials

0 commit comments

Comments
 (0)