Top "Angular-pipe" questions

Use for discussion of Angular 2+ pipes

Removing Comma from number pipe in angular2

I am a beginner in Angular 2.I'm trying to display some data using angular. this is my code part: <…

angular angular-pipe
Display number in Million or Thousand format in angular 4

I am trying to display number format in my angular 4 application. Basically what i am looking at is if the …

angular angular-pipe
How to use custom pipe on async pipe?

I'm trying to create custom pipe on asynchronous pipe, I tried many solutions, but still not working. Here is the …

angular rxjs angular-pipe
How to use DecimalPipe from component in angular?

I have a requirement that I have to convert the number using the decimal pipe from ts Instead of use …

angular pipe angular7 angular-pipe
Angular 2.0 Release: Pipes and Directives are not properties of @Component anymore

I just upgraded my app which I built on RC5 to the final release, and I'm confused of the way …

angular angular-directive angular-pipe
Number pipe either 0 or 2 decimal places

I'd like to achieve number formatting such that if the number is round there should be no decimal placeholders .00 and …

angular angular-pipe
Ascending and Descending Sort in Angular 4

Why is it that sort function is working : <th (click)="sort('transaction_date')">Transaction Date <i class="…

angular angular-services angular-pipe
Manually trigger pipe update

I have created a pipe to be able to use *ngFor with objects. However, when the object is updated, the …

angular angular-pipe
Search for a string in all properties of an object in Angular 2

How to search for a string in all properties of an object in Angular 2 with TS. I have an array …

angular angular-pipe angular2-filtering
Applying a pipe or transform to a Reactive Form value

I'm building a simple reactive form. For simplicity, lets say the only data I want to display is a date. …

date angular angular-pipe