You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@
3
3
# Angular Optimization with Pokemon
4
4
5
5
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).
7
7
8
8
If you want to find out more about the optimization techniques we followed, please make sure to check out the related article:
9
9
[Supercharging Angular apps for better performance](https://medium.com/zeal-tech-blog/supercharging-angular-apps-for-better-performance-6814e46bb3c0)
10
10
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
+
11
15
## Performance measurements
12
16
13
17
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