version: 3.1.3
I am not sure whether it can be used in angular6. When i try it , i face error below
ERROR TypeError: magic_grid__WEBPACK_IMPORTED_MODULE_1__.MagicGrid is not a constructor
i think it is caused by below class definition
declare class MagicGrid { .... }
After I change it into below code, it works. Plz check. Thanks
export default class MagicGrid {