Last active
October 26, 2017 13:36
-
-
Save molcik/cd3582fbd28d05d24d1c6c2e774dfb88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
export class SomeComponent { | |
/** Attributes */ | |
@LocalStorage | |
public variableToBeStored: string; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment