angular-pipes
angular-pipes copied to clipboard
Useful pipes for Angular
``` [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...
``` [ ] bug report [x] feature request ``` **Current behavior** I am trying to slugify a city name: Malmö `{{ 'Malmö' | slugify }} = malm` **Expected behavior** I...