Guest User

Untitled

a guest
Oct 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. setHost(value: string) {
  2. localStorage.setItem(STATIC_VARIABLE_KEY, value);
  3. }
  4.  
  5. getHost(): string {
  6. return localStorage.getItem(STATIC_VARIABLE_KEY);
  7. }
Add Comment
Please, Sign In to add comment