0.10.0 • Published 3 years ago

ngxs-ngrx-mirror-plugin v0.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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-plugin

or if you are using yarn

yarn add @yusufcmrt/ngxs-ngrx-mirror-plugin

Usage

import { NgModule } from '@angular/core';
import { NgrxMirrorPluginModule } from '@yusufcmrt/ngxs-ngrx-mirror-plugin';

@NgModule({
  imports: [
    // ...
    NgrxMirrorPluginModule.forRoot(),
  ]
})
export class AppModule {}
0.10.0

3 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago