This commit is contained in:
crusader 2018-06-20 14:49:10 +09:00
parent fbe21073c7
commit 7ddb24728d
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import {
Component, OnInit, EventEmitter, Output, Input, OnChanges, SimpleChanges,
Component, OnInit, EventEmitter, Output,
} from '@angular/core';
import { ProbeHostService } from '@overflow/probe/service/probe-host.service';
import { Store, select } from '@ngrx/store';

5
package-lock.json generated
View File

@ -8693,6 +8693,11 @@
"tslib": "^1.9.0"
}
},
"rxjs-compat": {
"version": "6.2.1",
"resolved": "https://nexus.loafle.net/repository/npm-all/rxjs-compat/-/rxjs-compat-6.2.1.tgz",
"integrity": "sha512-Pst0lkAwVodBbBOIZic9aM1vY9asJ2u8GfKN115+goIH83PAlizJDyvixuxPAuQ1UtkmBuro7+0PqKQ3PSkhEg=="
},
"rxjs-fetch": {
"version": "2.1.6",
"resolved": "https://nexus.loafle.net/repository/npm-all/rxjs-fetch/-/rxjs-fetch-2.1.6.tgz",

View File

@ -51,6 +51,7 @@
"primeng": "^5.2.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.0.0",
"rxjs-fetch": "^2.1.6",
"zone.js": "^0.8.26"
},