1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

docs(angular): add image optimization content (#6424)

This commit is contained in:
J. Degand
2024-08-07 23:42:42 -04:00
committed by GitHub
parent 28c5e54048
commit 6ed75020c7

View File

@@ -1 +1,9 @@
# Image Optimization
# Image Optimization
The NgOptimizedImage directive makes it easy to adopt performance best practices for loading images.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Image Optimization](https://angular.dev/guide/image-optimization)
- [@article@Automatic adjustments in Angular's optimized images](https://medium.com/ngconf/automatic-adjustments-in-angulars-optimized-images-0034335e0374)
- [@article@Boost your application's performance with NgOptimizedImage](https://angular.love/en/boost-your-applications-performance-with-ngoptimizedimage)