tagged [pipe]

Detect closed pipe in redirected console output in .NET applications

Detect closed pipe in redirected console output in .NET applications The .NET `Console` class and its default `TextWriter` implementation (available as `Console.Out` and implicitly in e.g. `Console.Wr...

22 Jan at 17:28

Angular 4 Pipe Filter

Angular 4 Pipe Filter I am trying to use a custom pipe to filter my `*ngFor` loop using an input field with ngModel. With my other custom pipe (sortBy), it works perfectly fine. However, the filter pi...

5 Nov at 12:10