Last active
April 7, 2018 09:47
-
-
Save cyrilletuzi/2a241f4974e6c61a18d135a83fa1aa21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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