pipe arguments code example
Example 1: applying datepipe on interepolating date in html from typescipt
tooltip="{{recentDate | date: 'medium'}}" // Using interpolation
Example 2: angular pipe multiple arguments
new MyPipe().transform(myData, arg1, arg2, arg3)