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
After upgrade from angular 5 to angular 11 NguiScrollableModule is not working.
The issue is causing because it's returning empty in scrollable.module.js file
var NguiScrollableModule = (function () {
function NguiScrollableModule() {
}
return NguiScrollableModule;
}());
The text was updated successfully, but these errors were encountered:
After upgrade from angular 5 to angular 11 NguiScrollableModule is not working.
The issue is causing because it's returning empty in scrollable.module.js file
var NguiScrollableModule = (function () {
function NguiScrollableModule() {
}
return NguiScrollableModule;
}());
The text was updated successfully, but these errors were encountered: