angular-pipes icon indicating copy to clipboard operation
angular-pipes copied to clipboard

Useful pipes for Angular

Results 23 angular-pipes issues
Sort by recently updated
recently updated
newest added

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request ``` **Current behavior**...

From Angular 13.x CLI Processing legacy "View Engine" libraries: - angular-pipes [es2015/esm2015] (https://github.com/fknop/angular-pipes.git) Encourage the library authors to publish an Ivy distribution. 🍺

``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request ``` **Current behavior** Using the where pipe to call the function...

Adds a pipe that transforms objects to an array of key-value pairs. - [X] Added pipe and exports in src/object/object.module.ts and src/public_api.ts - [X] Updated documentation: README.md and docs/object.md -...

Hi, I created a merge pipe which works similarly to the union pipe except it didn't prevent duplication. It only merge two arrays. If one of the values is `null`...

The parameter is called "seperator" not character. Also it should be undefined as default. Ref: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/join

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [X] feature request ``` **Current behavior**...

Dear, could you add a pipe applied on object to check their type (using instanceof) which return a boolean ? thanks

I recently upgraded from 9.1.0 to 10.0.0 and now my bytes pipe has stopped working. I've imported the NgPipesModule globally, is there something new I should be doing to get...