From f5a33d3e6690401f0e0f979f5b57ea8d1eb09d21 Mon Sep 17 00:00:00 2001 From: Caio Jacobina Date: Thu, 2 Jan 2025 19:05:09 +0000 Subject: [PATCH] Update README.md Fix 08-routing-recap README --- projects/08-routing-recap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/08-routing-recap/README.md b/projects/08-routing-recap/README.md index 0879f44..e627a23 100644 --- a/projects/08-routing-recap/README.md +++ b/projects/08-routing-recap/README.md @@ -35,7 +35,7 @@ ng serve 08-routing-recap - Use the index of the `productTitles` element - _Hint, you can access ` $index`` in the context of the `@for` [@for documentation](https://angular.dev/api/core/@for)_ + _Hint, you can access `$index` in the context of the `@for` [@for documentation](https://angular.dev/api/core/@for)_ 1. In, `details.component.ts`, create a property called `productId` of type `number`.