Dan
Dan
I think a padding would be a good idea. and I can certainly could find it useful in my projects.
Please add a code example
Anyone wants to take this?
Sounds good. Do you want to make a PR for this one?
Have you tried using the impure version? https://github.com/danrevah/ngx-pipes#groupbyimpure
Just try to replace the pipe with the impure version. Let me know if it helped. If not, please upload a small code example that represents the problem. Fiddles /...
you could use Ngx-pipes version 3.0.0 for v13 support. Unfortunately a breaking for v14 introduced in v3.1.0 instead of a new major upgrade.
@morsdyce No you can't really do that.. bootstrapUI & other functions will throw errors.. unless there's a way to register a custom interceptor before load that I'm missing?
I've encountered this issues in more than a few places with Leonardo. that the solution was keeping a state. might be specific browser issue.
Take a look at `storage.srv.ts` one of the issues was with `getStates()` & `setStates()` which are directly using the localStorage.