ing
This commit is contained in:
@@ -11,8 +11,8 @@ import * as ListStore from '../../store/list';
|
||||
import { ListSelector } from '../../store';
|
||||
import { Target } from '@overflow/commons-typescript/model/target';
|
||||
import { Infra, InfraHost, InfraService } from '@overflow/commons-typescript/model/infra';
|
||||
import { Domain } from '@overflow/commons-typescript/model/domain';
|
||||
import { AuthSelector } from '@overflow/member/store';
|
||||
import { Domain, DomainMember } from '@overflow/commons-typescript/model/domain';
|
||||
import { AuthContainerSelector } from '@overflow/shared/auth/store';
|
||||
|
||||
// import { sensorListSelector } from '@overflow/sensor/store';
|
||||
|
||||
@@ -68,8 +68,8 @@ export class MapComponent implements OnInit, AfterContentInit {
|
||||
|
||||
ngAfterContentInit() {
|
||||
|
||||
this.listStore.select(AuthSelector.select('domain')).subscribe(
|
||||
(domain: Domain) => {
|
||||
this.listStore.select(AuthContainerSelector.selectDomainMember).subscribe(
|
||||
(domainMember: DomainMember) => {
|
||||
|
||||
// const pageParams: PageParams = {
|
||||
// pageNo: '0',
|
||||
|
||||
Reference in New Issue
Block a user