Skip to content
Snippets Groups Projects
Commit b09939dc authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: user agree to cookie

parent f668de29
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ export function getStoreEffects() {
atlasSelection.Effect,
userInterface.Effects,
userInteraction.Effect,
userPreference.Effects,
]
}
......
import { HttpClient } from "@angular/common/http";
import { Injectable } from "@angular/core";
import { Actions, createEffect, ofType } from "@ngrx/effects";
import { map } from "rxjs/operators";
......@@ -42,7 +41,6 @@ export class Effects{
constructor(
private actions$: Actions,
private http: HttpClient,
){
}
}
......@@ -2,3 +2,4 @@ export { UserPreference, reducer, defaultState } from "./store"
export { nameSpace } from "./const"
export * as actions from "./actions"
export * as selectors from "./selectors"
export { Effects } from "./effects"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment