Top "Angular2-pipe" questions

An Angular 2 pipe takes in data as input and transforms it to a desired output.

How to convert seconds to time string in angular2?

So I've been looking for this functionality throughout the net and haven't found a solution that I could use to …

typescript angular code-snippets angular2-pipe
Angular2 Using Pipes in Component.js

I'm learning Angular2 and I want to format a number adding thousand comma separator. As far as I have read …

javascript angular typescript angular2-pipe
Angular 2 Pipe ShortDate on NGX Data Table

I would like to format a date column as a short date in Angular 2 NGX Datatable. Here is the HTML: &…

angular angular2-template angular2-pipe ngx-datatable
How can I write an Angular ngFor pipe to filter array of objects by object property?

I have 2 selects. One for Leagues and one for Divisions I want to create a Pipe that will filter Divisions …

javascript angular angular2-pipe
Angular: ng build --prod "Cannot determine the module for class. Add class to the NgModule to fix it"

I have placed my pagination logic in a separate module and importing it in AppModule. Below is my code for …

angular angular2-pipe angular2-providers