Close menu on navigation
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -101,14 +101,7 @@ export class AppCommonEffects {
|
||||
}
|
||||
));
|
||||
|
||||
@Effect()
|
||||
closeMenuOnRouting$:Observable<Action> = this.actions$.pipe(
|
||||
ofType(appCommonActions.STARTROUTELOADING),
|
||||
switchMap((action) => {
|
||||
return of(new appCommonActions.SetMenuVisible(false));
|
||||
}
|
||||
));
|
||||
|
||||
|
||||
@Effect({ dispatch: false })
|
||||
fail$: Observable<Action> = this.actions$.pipe(
|
||||
ofType(appCommonActions.FAIL),
|
||||
|
Reference in New Issue
Block a user