We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c9b94 commit dbec3caCopy full SHA for dbec3ca
aio/content/guide/pipes.md
@@ -214,18 +214,16 @@ Note the following:
214
* You use your custom pipe the same way you use built-in pipes.
215
* You must include your pipe in the `declarations` array of the `AppModule`.
216
217
-
218
<div class="callout is-helpful">
219
220
<header>
221
Remember the declarations array
222
</header>
223
224
225
-You must manually register custom pipes.
+You must register custom pipes.
226
If you don't, Angular reports an error.
227
-In the previous example, you didn't list the `DatePipe` because all
228
-Angular built-in pipes are pre-registered.
+Angular CLI's generator registers the pipe automatically.
229
230
231
</div>
0 commit comments