Skip to content

Commit 5599b2d

Browse files
committed
Update readme.
1 parent c158256 commit 5599b2d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
# Angular Optimization with Pokemon
44

55
This is a basic Angular app, featuring a pokedex to showcase some performance optimisation techniques within Angular SPAs.
6-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.
6+
This project was generated with the [Angular CLI](https://github.com/angular/angular-cli).
77

88
If you want to find out more about the optimization techniques we followed, please make sure to check out the related article:
99
[Supercharging Angular apps for better performance](https://medium.com/zeal-tech-blog/supercharging-angular-apps-for-better-performance-6814e46bb3c0)
1010

11+
## Update to version 19
12+
13+
The project utilises Angular version 19 and most of its latest features. If you want to review the changes so as to utilise the latest features in your project too, here is the related PR: [Update project to Angular v19](https://github.com/dimeloper/angular-optimization/pull/9).
14+
1115
## Performance measurements
1216

1317
The idea is the following, we start with a couple of pages that are far from optimized, and we take some initial measurements using [unlighthouse](https://unlighthouse.dev/)* for faster feedback loops.

0 commit comments

Comments
 (0)