Angular Lab Assignment Pipe
Angular Lab Assignment Pipe
Step 1: First create custom pipe type script file in integrated terminal of visual studio code. Write
following command
ng g pipe mypipe
Step 3: Ensure that newly create pipe.ts reference has been added into app.module.ts.
ng serve –open