angular-gridster2
angular-gridster2 copied to clipboard
Module not found: Error: Package path ./lib/gridsterCompact.service is not exported from package
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.