Skip to content

Local storage service

einarhuseby edited this page Feb 4, 2019 · 4 revisions
import { NlfLocalStorageService } from 'app/services/storage/local-storage.service';
...
constructor(private storage: NlfLocalStorageService) {}

Then use it as

  • getId()
  • getSettings()
  • getSetting('default_club')

Clone this wiki locally