docs: fix formating for NG0913 (#58869)

fixes #58868

PR Close #58869
This commit is contained in:
Matthieu Riegler 2024-11-25 11:21:29 +01:00 committed by Alex Rickabaugh
parent 1cd0eb83d2
commit 6d56dc332c

View file

@ -20,7 +20,7 @@ Use the image URL provided in the console warning to find the `<img>` element in
### Disabling Image Performance Warnings
Both warnings can be disabled individually, site-wide, using a provider at the root of your application:
<code-example format="typescript" language="typescript">
```typescript
providers: [
{
provide: IMAGE_CONFIG,
@ -30,5 +30,4 @@ providers: [
}
},
],
</code-example>
```