Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active October 26, 2017 13:36
Show Gist options
  • Save molcik/cd3582fbd28d05d24d1c6c2e774dfb88 to your computer and use it in GitHub Desktop.
Save molcik/cd3582fbd28d05d24d1c6c2e774dfb88 to your computer and use it in GitHub Desktop.
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