scrollable icon indicating copy to clipboard operation
scrollable copied to clipboard

Type NguiScrollableModule does not have 'ɵmod' property.

Open v5s4k9 opened this issue 5 years ago • 0 comments

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; }());

v5s4k9 avatar Nov 25 '20 20:11 v5s4k9