0.9.2 • Published 6 years ago
ngxs-ngrx-mirror-plugin v0.9.2
ngxs-ngrx-mirror-plugin
This NGXS plugin will help you if you already using NGRX in your project and want to gradually switch to NGXS.
Installation
npm install @yusufcmrt/ngxs-ngrx-mirror-pluginor if you are using yarn
yarn add @yusufcmrt/ngxs-ngrx-mirror-pluginUsage
import { NgModule } from '@angular/core';
import { NgrxMirrorPluginModule } from '@yusufcmrt/ngxs-ngrx-mirror-plugin';
@NgModule({
  imports: [
    // ...
    NgrxMirrorPluginModule.forRoot(),
  ]
})
export class AppModule {}