From 3cdb37ab4c407d35741f58d5b010a7d85ee35234 Mon Sep 17 00:00:00 2001 From: Renan Ferro Date: Tue, 20 Feb 2024 09:42:26 -0300 Subject: [PATCH] docs: add line break to avoid layout break --- adev/src/content/guide/image-optimization.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adev/src/content/guide/image-optimization.md b/adev/src/content/guide/image-optimization.md index 108ec62c99f9a5..516f204127b6fc 100644 --- a/adev/src/content/guide/image-optimization.md +++ b/adev/src/content/guide/image-optimization.md @@ -21,6 +21,9 @@ In addition to optimizing the loading of the LCP image, `NgOptimizedImage` enfor ## Getting Started +
+
+ Import `NgOptimizedImage` directive from `@angular/common`: