Skip to content

Commit

Permalink
docs(storage-plugin): update StorageEngine section (ngxs#1781)
Browse files Browse the repository at this point in the history
Remove outdated `key` method.

Closes ngxs#1685
  • Loading branch information
peterblazejewicz authored Aug 19, 2021
1 parent 337ab2d commit 566188b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/plugins/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ export class MyStorageEngine implements StorageEngine {
clear(): void {
// Your logic here
}

key(val: number): string {
// Your logic here
}
}

@NgModule({
Expand Down

0 comments on commit 566188b

Please sign in to comment.