ing
This commit is contained in:
parent
f49c5d816b
commit
a38b472a1e
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -257,9 +257,9 @@
|
|||
}
|
||||
},
|
||||
"@overflow/commons-typescript": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://nexus.loafle.net/repository/npm-all/@overflow/commons-typescript/-/commons-typescript-0.0.1.tgz",
|
||||
"integrity": "sha512-ExzlR7RsCu3nPn1m1ADJEFV9fYr2rVg3Oyge8MogHOjDa1BoeUx9OLwluL7IOuBEHA5tVX6BucRIeaNFOME8TQ=="
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://nexus.loafle.net/repository/npm-all/@overflow/commons-typescript/-/commons-typescript-0.0.3.tgz",
|
||||
"integrity": "sha512-dLKMAZCABAVYVjAe1VXvyx2XocS3kwmzSuu5AeFvg0EgH4nqaAC+FCQtBzzKvDPDg9dFaXWQb9SIL4Jy/6EjQQ=="
|
||||
},
|
||||
"@schematics/angular": {
|
||||
"version": "0.1.17",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"@ngrx/router-store": "^5.2.0",
|
||||
"@ngrx/store": "^5.2.0",
|
||||
"@ngrx/store-devtools": "^5.2.0",
|
||||
"@overflow/commons-typescript": "^0.0.1",
|
||||
"@overflow/commons-typescript": "^0.0.3",
|
||||
"angular-l10n": "^4.1.5",
|
||||
"angularx-qrcode": "^1.1.0",
|
||||
"chart.js": "^2.7.2",
|
||||
|
|
|
@ -41,9 +41,9 @@ export class ProbeSummaryComponent implements OnInit, AfterContentInit, OnChange
|
|||
console.log('$$$$$$$$$$');
|
||||
console.log(this.probe);
|
||||
console.log('$$$$$$$$$$');
|
||||
this.detailStore.dispatch(
|
||||
new DetailStore.ReadByProbe(this.probe)
|
||||
);
|
||||
// this.detailStore.dispatch(
|
||||
// new DetailStore.ReadByProbe(this.probe)
|
||||
// );
|
||||
}
|
||||
|
||||
ngOnChanges() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user