Remove old init
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
446d26607c
commit
cd10165510
@ -103,12 +103,6 @@ export class MapEffects {
|
|||||||
catchError(error => of(new commonActions.Fail(error))));
|
catchError(error => of(new commonActions.Fail(error))));
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@Effect()
|
|
||||||
initRootItems$: Observable<Action> = this.actions$.pipe(
|
|
||||||
ofType(commonActions.INITROOTSUCCESS),
|
|
||||||
map((action) => new mapActions.Init()
|
|
||||||
));
|
|
||||||
|
|
||||||
@Effect()
|
@Effect()
|
||||||
startSearch$: Observable<Action> = this.actions$.pipe(
|
startSearch$: Observable<Action> = this.actions$.pipe(
|
||||||
ofType(mapActions.STARTSEARCH),
|
ofType(mapActions.STARTSEARCH),
|
||||||
|
Loading…
Reference in New Issue
Block a user