Storage
Install
npm i @ngxs/storage-plugin --SUsage
import { NgxsModule } from '@ngxs/store';
import { NgxsStoragePluginModule } from '@ngxs/storage-plugin';
@NgModule({
imports: [
NgxsModule.forRoot([]),
NgxsStoragePluginModule.forRoot()
]
})
export class AppModule {}Options
Custom Storage Engine
Migrations
Last updated

