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

``` [x] bug report [ ] feature request ``` **Current behavior** When loading a lazy module, which imports SlugifyPipe directly. Then the app.module.ts imports a Shared Module with SlugifyPipe exported....

``` [ ] bug report => search github for a similar issue or PR before submitting [x] feature request ``` **Current behavior** When the `bytes` pipe is used, the unit...

wontfix

``` [ ] bug report [x] feature request ``` **Current behavior** I am trying to slugify a city name: Malmö `{{ 'Malmö' | slugify }} = malm` **Expected behavior** I...