ng2-handsontable icon indicating copy to clipboard operation
ng2-handsontable copied to clipboard

Problems when using in a lazy loaded module

Open adrm opened this issue 6 years ago • 1 comments

I am trying to use the HotTableModule in a lazy loaded module in my app. Every other lazy loaded module works fine, and the lazy loaded module which imports HotTableModule works fine if I remove that import. I am using angular cli 1.3.0-rc.3, and I can see that Webpack is loading the module fine, but when the router tries to fetch the module, I get an error saying that the module could not be found.

I would like to confirm that this module has been tested in a lazy loaded setup or if it's a known bug that it's incompatible with lazy loading.

Thanks.

adrm avatar Jul 31 '17 20:07 adrm

@valorkin Are you aware of this problem? Can it be worked around?

adrm avatar Aug 17 '17 12:08 adrm