Angular
Angular CLI Basics - ng generate pipe

ng generate pipe Conclusion

PRO
Outline

In this section, we learned how to:

  • Create a new pipe
  • Add the pipe to a specific module
  • Export the pipe for use in other modules
  • Create the pipe in its own folder