This commit is contained in:
crusader 2018-05-16 19:02:48 +09:00
parent f49c5d816b
commit a38b472a1e
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",

View File

@ -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() {