From ca43938d24f9a49117b39265498ef713236fe3a1 Mon Sep 17 00:00:00 2001 From: Sam Hrncir Date: Thu, 11 Feb 2021 18:26:08 -0500 Subject: [PATCH] docs: copy paste error (#40812) The removed bit was copied and pasted from a previous section. Not relevent for the particular step of the tutorial. The removed bit can we found as intended in __Adding Navigation__ section. PR Close #40812 --- aio/content/start/start-data.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aio/content/start/start-data.md b/aio/content/start/start-data.md index fe240eb0a4..87aff5270c 100644 --- a/aio/content/start/start-data.md +++ b/aio/content/start/start-data.md @@ -75,10 +75,6 @@ This section walks you through using the `CartService` to add a product to the c - The line, `

{{ product.price | currency }}

`, uses the `currency` pipe to transform `product.price` from a number to a currency string. - A pipe is a way you can transform data in your HTML template. - For more information about Angular pipes, see [Pipes](guide/pipes "Pipes"). - 1. Verify that the new **Buy** button appears as expected by refreshing the application and clicking on a product's name to display its details.