Pipes
Learn how to create pipes using the Ionic CLI and the files that make up a pipe.
We'll cover the following
As discussed previously, pipes are used to handle the filtering of data within our app template.
Creating new pipes
Pipes, when generated through the Ionic CLI, are automatically added to the application’s root module src/app/app.module.ts
, like so (highlighted):
Get hands-on with 1200+ tech skills courses.