Merge pull request #468 from kabrunko-dev/fix-docs

docs(en): fix typo and markdown heading in challenge 6
This commit is contained in:
Laforge Thomas
2024-01-03 17:39:58 +01:00
committed by GitHub

View File

@@ -31,9 +31,9 @@ In LoginComponent, you will find 6 buttons corresponding to 6 differents user's
In `InformationComponent`, you need to display the correct piece of information for each role using a structural directive.
### Constraints:
### Constraints
- no `ngIf` of `@if` inside `InformationComponent`
- no `ngIf` or `@if` inside `InformationComponent`
- importing the store inside `InformationComponent` is not allowed.
You should end up with something like below: