We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5b9fb commit d1eb792Copy full SHA for d1eb792
README.md
@@ -24,7 +24,7 @@ This project is not maintained. Please consider taking it over. More information
24
import {LocalStorageService} from "angular2-localstorage/LocalStorageEmitter";
25
26
@Component({
27
- provider: [LocalStorageService]
+ providers: [LocalStorageService]
28
})
29
export class AppRoot{
30
constructor(storageService: LocalStorageService){}
0 commit comments