Angular
Angular CLI Basics - ng generate pipe
  •  

ng generate pipe Exercise

PRO
Outline

In the exercise for this component, you should do the following:

  • Create a full-name pipe, added to and exported from the shared module, and contained inside its own folder
  • Create a phone-number pipe, added to and exported from the shared module, explicitly using the --module flag

Once you're done, continue on to the next video to review these exercises.

 

I finished! On to the next chapter