This commit is contained in:
insanity 2018-05-28 19:49:52 +09:00
parent cdcd5b8f0b
commit 6d25e3ab56

View File

@ -16,7 +16,6 @@ import { AuthContainerSelector } from '@overflow/shared/auth/store';
// import { sensorListSelector } from '@overflow/sensor/store'; // import { sensorListSelector } from '@overflow/sensor/store';
import * as SensorListStore from '@overflow/sensor/store/list';
import { Sensor } from '@overflow/commons-typescript/model/sensor'; import { Sensor } from '@overflow/commons-typescript/model/sensor';
@ -62,8 +61,7 @@ export class MapComponent implements OnInit, AfterContentInit {
target: Target = null; target: Target = null;
constructor(private router: Router, constructor(private router: Router,
private listStore: Store<ListStore.State>, private listStore: Store<any>,
private sensorListStore: Store<SensorListStore.State>
) { } ) { }
ngAfterContentInit() { ngAfterContentInit() {