@ngxs-contrib/emitter
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@ngxs-contrib/emitter", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0", |
@@ -20,3 +20,3 @@ # @ngxs-contrib/emitter | ||
```TS | ||
```typescript | ||
import { NgModule } from '@angular/core'; | ||
@@ -39,3 +39,3 @@ import { NgxsEmitPluginModule } from '@ngxs-contrib/emitter'; | ||
```TS | ||
```typescript | ||
import { State } from '@ngxs/store'; | ||
@@ -69,3 +69,3 @@ import { Emitter, EmitterAction } from '@ngxs-contrib/emitter'; | ||
```TS | ||
```typescript | ||
import { Select } from '@ngxs/store'; | ||
@@ -103,3 +103,3 @@ import { PayloadEmitter, Emittable } from '@ngxs-contrib/emitter'; | ||
```TS | ||
```typescript | ||
import { State } from '@ngxs/store'; | ||
@@ -132,3 +132,3 @@ import { Injector } from '@angular/core'; | ||
```TS | ||
```typescript | ||
import { Select } from '@ngxs/store'; | ||
@@ -135,0 +135,0 @@ import { PayloadEmitter, Emittable } from '@ngxs-contrib/emitter'; |
206843