tiberiuzuld/angular-gridster2

Module not found: Error: Package path ./lib/gridsterCompact.service is not exported from package

MussaratAziz opened this issue · 0 comments

After trying to access GridsterCompact service?

import { GridsterCompact } from 'angular-gridster2/lib/gridsterCompact.service'; // automatically gets added does'nt look right
let compact = new GridsterCompact(gridsterItemComponent.gridster);
     compact.checkCompact();

Thank you for your help.