How to use ngx-localstorage - 1 common examples

To help you get started, we’ve selected a few ngx-localstorage examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kenken64 / book-catalogue-app / src / app / app.module.ts View on Github external
FooterComponent,
    HeaderComponent
  ],
  imports: [
    BrowserModule,
    AngularFireModule.initializeApp(firebaseConfig),
    AngularFirestoreModule,
    AngularFireAuthModule,
    AngularFireStorageModule,
    HomeModule,
    rootRouting,
    SharedModule,
    BookModule,
    SecurityModule,
    ToastyModule,
    NgxLocalStorageModule.forRoot()
  ],
  providers: [BookServiceService, AuthService ,FileuploadService, BookfirebaseService],
  bootstrap: [AppComponent]
})
export class AppModule { }

ngx-localstorage

An Angular wrapper for localstorage/sessionstorage access.

Apache-2.0
Latest version published 1 month ago

Package Health Score

72 / 100
Full package analysis

Popular ngx-localstorage functions