Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active April 7, 2018 09:47
Show Gist options
  • Save cyrilletuzi/2a241f4974e6c61a18d135a83fa1aa21 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/2a241f4974e6c61a18d135a83fa1aa21 to your computer and use it in GitHub Desktop.
this.localStorage.getItem('notexisting').subscribe((data) => {
data; // null
}, () => {
// Not called
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment