ng2-ui / scrollable

Angular2 Automatic Scroll Detection With Animation
17 stars 10 forks source link

Type NguiScrollableModule does not have 'ɵmod' property. #17

Open v5s4k9 opened 3 years ago

v5s4k9 commented 3 years ago

After upgrade from angular 5 to angular 11 NguiScrollableModule is not working. image image The issue is causing because it's returning empty in scrollable.module.js file var NguiScrollableModule = (function () {
function NguiScrollableModule() {
} return NguiScrollableModule; }());