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
LocalizePipe is an impure pipe, meaning whenever your component updates, the pipe will update (likely multiple times). Its performance will be much worse in development mode than in production. A solution could be to make sure the change detector doesn't run over your component too frequently.
When I am using localize in a long list is getting very bad performance:
When I replace it with this is much better
How I can use LocalizePipe without affecting the performance?
The text was updated successfully, but these errors were encountered: