diff --git a/aio/content/guide/pipes.md b/aio/content/guide/pipes.md index b24c049a0d..018093c7fc 100644 --- a/aio/content/guide/pipes.md +++ b/aio/content/guide/pipes.md @@ -212,7 +212,8 @@ Now you need a component to demonstrate the pipe. Note the following: * You use your custom pipe the same way you use built-in pipes. -* You must include your pipe in the `declarations` array of the `AppModule`. +* You must include your pipe in the `declarations` array of the `AppModule` +* If you choose to inject your pipe into a class, you must provide it in the `providers` array of your `NgModule`.