Coder Social home page Coder Social logo

jogboms / ns-ngrx-debugger Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 25 KB

A minimal nativescript debugger for ngrx-store & ngrx-effects

License: MIT License

TypeScript 52.04% CSS 17.05% HTML 30.91%
nativescript debugger ngrx angular redux redux-devtools observable

ns-ngrx-debugger's Introduction

Nativescript @Ngrx/Store Debugger

A minimal Nativescript (v3+) debugger for @ngrx/store & @ngrx/effects.

How To

  • Install.
npm i ns-ngrx-debugger --save
  • In your App module.
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
import { NSNgRxDebuggerModule } from "ns-ngrx-debugger";
import { AppComponent } from "./app.component";

@NgModule({
  declarations: [ AppComponent ],
  bootstrap: [ AppComponent ],
  imports: [
    NativeScriptModule,
    NSNgRxDebuggerModule
  ],
  schemas: [ NO_ERRORS_SCHEMA ]
})
export class AppModule { }
  • In your Component. (Root component preferably).
<ActionBar title="Hello"></ActionBar>

<ns-ngrx-debugger [hidden]="false"></ns-ngrx-debugger>
  • Thats all. No dependencies.

Set up your @ngrx/store however you want. You get a log of all Actions going through the store and an option to dump States and Sub-States of the Store at request on the terminal.

License

MIT

ns-ngrx-debugger's People

Contributors

jogboms avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ns-ngrx-debugger's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.