Skip to content

how to use no prefix #82

@louisdoe

Description

@louisdoe

Hi

I got this in my code:


@NgModule({
  declarations: [
   //...
  ],
  imports: [
    IonicModule.forRoot(MyApp),
    LocalStorageModule.withConfig({
      // prefix: 'MyApp',
      storageType: 'localStorage'
    })
  ],

but I still have a default prefix "ls".

Can you help me remove this ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions