fix: frontmatter

This commit is contained in:
thomas
2024-02-15 17:37:29 +01:00
parent cf588ff925
commit 8cdaef0b38
3 changed files with 4 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ challengeNumber: 44
command: angular-view-transition
sidebar:
order: 208
badge: New
---
## Information

View File

@@ -5,7 +5,7 @@ author: wandrille-guesdon
challengeNumber: 45
command: angular-react-in-angular
sidebar:
order: NaN
order: 209
badge: New
---
@@ -60,14 +60,15 @@ npm i --save-dev @types/react @types/react-dom
<details>
<summary>Hint 3 - Display</summary>
To render the component, it should look like this:
```
<react root>.render(
<React.StrictMode>
...
</React.StrictMode>
)
```
```
</details>
<details>

View File

@@ -6,7 +6,6 @@ challengeNumber: 44
command: angular-view-transition
sidebar:
order: 208
badge: New
---
## Informação