devitpurohit

Results 3 comments of devitpurohit

I am using ng-template and binding the numeric value ` {{value | currencyformat}} ` The pipe transform function never gets called. I have also tried by setting pipe attribute: ``...

I see my mistake. I replaced `ngx-datatable-cell-ng-template` with `ng-datatable-cell-template`. It is working for me now.

Sorry I missed out to check email: Here is the code: {{value | currencyformat}} {{bankBalance | currencyformat}} ----------------------------------------------pipe code---------------used accounting-js------- @Pipe({ name: 'currencyformat' }) export class CurrencyFormatterPipe implements PipeTransform {...