From 8197fd1a40c25377dbd7bb2fb7569ad1ee434246 Mon Sep 17 00:00:00 2001 From: kabrunko-dev Date: Wed, 3 Jan 2024 11:28:20 -0300 Subject: [PATCH] docs(en): fix typo and markdown heading in challenge 6 --- docs/src/content/docs/challenges/angular/6-permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/challenges/angular/6-permissions.md b/docs/src/content/docs/challenges/angular/6-permissions.md index 2524c2c..66ada3a 100644 --- a/docs/src/content/docs/challenges/angular/6-permissions.md +++ b/docs/src/content/docs/challenges/angular/6-permissions.md @@ -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: