Skip to content

Commit ddae485

Browse files
author
jinkwon
committed
task: fix wrong example codes
1 parent 85b25ca commit ddae485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This project is not maintained. Please consider taking it over. More information
1616
import {WebStorageModule, LocalStorageService} from "angular2-localstorage";
1717

1818
@NgModule({
19-
import: [WebStorageModule]
20-
@Component({
19+
imports: [WebStorageModule],
2120
providers: [LocalStorageService]
2221
})
2322
export class AppModule {}

0 commit comments

Comments
 (0)