In beta 9 I was able to import as follows:
- Install from NPM (npm install js-data-localstorage)
- import * as DSLocalStorageAdapter from ‘js-data-localstorage’;
In beta 10 I’ve got this issue:
TypeScript error: /home/me/project/app/providers/data-service/data-service.ts(3,40): Error TS2307: Cannot find module ‘js-data-localstorage’.