l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 486 forks source link

Add ngPipeArgs to `ngPipe` property #1642

Closed adrien-syrotnik closed 2 years ago

adrien-syrotnik commented 2 years ago

Hi,

I added the ngPipeArgs option with a test in demo/src/app/advanced/using-ng-pipe.component.spec.ts file. I chose to take the data ID and convert it to currency because I didn't know how to import data.

I also saw that the responsive installation was wrong, I decided to fix it.

Finally, this is my first pull request, if I did something wrong, don't hesitate to tell me.

Regards, Adrien.