Hello I try to use in my App LocalStorage. I'm installed it. And use. But the compiller Error said:
bundle failed: Could not resolve 'angular2-localstorage/WebStorage';
I imported it:
import { LocalStorage } from "angular2-localstorage/WebStorage";
How to fix it?