2. angular lab assignment pipe
2. 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