ngrx-log-initiator
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.3 • Public • Published

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 });
}

Package Sidebar

Install

npm i ngrx-log-initiator

Weekly Downloads

1

Version

1.0.0-alpha.3

License

MIT

Unpacked Size

4.34 kB

Total Files

13

Last publish

Collaborators

  • bobrovskih