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
the recommended ngx-scrollbar has many problems like height issues and such. This library just worked. Although it has many features, it It doesn't doesn't provide as much as this library for basic usage.
The text was updated successfully, but these errors were encountered:
None of the scroll libraries are perfect not even PS, it has few bugs of its own and its development has been frozen some time so do not see the point in maintaining this wrapper neither. The suggested library is much better to be used with Angular since its not DOM based library. Yes its not perfect and has its own issue but all can be fixed in the application code. We have a very large Angular application and we use ngx-scrollbar library very excessively without major issues (sure we had to figure way around couple of the bugs/issues with the library, but it can be made to work).
Unfortunately ngx-scrollbar explicitly mentions IE11 as non-supported. Latest Angular does though, and, while we can update our app to v11, we can't switch to ngx-scrollbar due to lack of support.
And if ngx-perfect-scrollbar is not updated at all, the base case scenario is new compatibility warnings for next Angular versions.
the recommended ngx-scrollbar has many problems like height issues and such. This library just worked. Although it has many features, it It doesn't doesn't provide as much as this library for basic usage.
The text was updated successfully, but these errors were encountered: