ing
This commit is contained in:
@@ -9,8 +9,6 @@ import {
|
||||
} from '@angular/core';
|
||||
import { Store, select, StateObservable } from '@ngrx/store';
|
||||
import { RPCClientError } from '@loafer/ng-rpc';
|
||||
import * as ListStore from '@overflow/meta/crawler/store/list';
|
||||
import { ReadAllCrawlerSelector } from '@overflow/meta/crawler/store';
|
||||
import { MetaCrawler } from '@overflow/commons-typescript/model/meta';
|
||||
import { Subscription } from 'rxjs/Subscription';
|
||||
|
||||
@@ -27,7 +25,7 @@ export class ServiceSelectorComponent implements OnInit, AfterContentInit, OnDes
|
||||
@Input() includeServices;
|
||||
|
||||
constructor(
|
||||
private listStore: Store<ListStore.State>,
|
||||
private listStore: Store<any>,
|
||||
) {
|
||||
// this.crawlers$ = listStore.pipe(select(ReadAllCrawlerSelector.select('metaCrawlerList')));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user