In Angular 17.2 🔥, one of the interesting feature is Automatic placeholders with NgOptimizedImage.
If you’re using the NgOptimizedImage directive for your images, you can now quickly add a blurry placeholder while an image loads. Just add the placeholder attribute to your image, and the image directive will automatically request a small version of the image, blur it, and display that until the full image is ready.
UX will be enhanced with this feature.
#angular17 #angular ##angulardeveloper #javascript