You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that this pipe getting called every time and causing performance issue.
I guess this is an impure pipe, if so could you please make it pure.
Thanks,
Rishi
The text was updated successfully, but these errors were encountered:
I checked a few articles about implementing filter through the pure pipe and they mentioned it is impossible to do it through the pure pipe, also I saw in doing with an observable and async pipe, could you please check on that too. Because it caused me huge performance issue in my application.
I'm currently using it in .ts,
I observed that this pipe getting called every time and causing performance issue.
I guess this is an impure pipe, if so could you please make it pure.
Thanks,
Rishi
The text was updated successfully, but these errors were encountered: