Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active April 7, 2018 09:49
Show Gist options
  • Save cyrilletuzi/52cb700f9fb2aa0d09127dc973835b06 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/52cb700f9fb2aa0d09127dc973835b06 to your computer and use it in GitHub Desktop.
import { LocalStorageModule } from '@ngx-pwa/local-storage';
@NgModule({
imports: [
BrowserModule,
LocalStorageModule
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment