mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(en): fix typo and markdown heading in challenge 6
This commit is contained in:
@@ -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.
|
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.
|
- importing the store inside `InformationComponent` is not allowed.
|
||||||
|
|
||||||
You should end up with something like below:
|
You should end up with something like below:
|
||||||
|
|||||||
Reference in New Issue
Block a user