After updating to Angular 16, ngx-virtual-scroll seems to be malfunctioning and throws an error in the terminal.
The error message reads:
'VirtualScrollerModule' does not appear to be an NgModule class.
This indicates that the library (ngx-virtual-scroller) declaring VirtualScrollerModule may not be compatible with Angular Ivy. Consider checking for a newer version of the library and updating accordingly. Also, reach out to the library's developers to inquire about Ivy compatibility.
What steps can I take to resolve this issue?