ing
This commit is contained in:
parent
fbe21073c7
commit
7ddb24728d
|
@ -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
5
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user