Angular
Angular CLI Basics - ng generate pipe

ng generate pipe Exercise Review

PRO
Outline

In this exercise, you should have created two new pipes:

  • A full-name pipe added to and exported from the SharedModule contained in its own folder
  • A phone-number pipe added to and exported from the SharedModule, explicitly using the --module flag

In this video, we'll go over the solutions to the exercise.

If you have quetsions, go back and rewatch the videos in this course, or go check out the documentation.

 

I finished! On to the next chapter