1.0.0-alpha.3 • Published 5 years ago

ngrx-log-initiator v1.0.0-alpha.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ngrx-log-initiator

Adding initiator class and method name to ngrx action.

ngrx-log-initiator

Install

npm install ngrx-log-initiator

Usage

Live example on stackblitz

import { ngrxLogInitiator } from 'ngrx-log-initiator';

const effects = [
  AuthEffects,
  BookEffects,
  CollectionEffects,
];

if (!environment.production) {
  ngrxLogInitiator({ effects });
}