Compare commits

..

No commits in common. "252e920848c8ddf71423ab9d5c590bd3b18c78bf" and "19a8393a3ac82d17ab502a59934c607e1036449e" have entirely different histories.

View File

@ -101,14 +101,6 @@ 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),