Skip to content

yusufcmrt/ngxs-ngrx-mirror-plugin

Repository files navigation

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 {}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages