Open majirosstefan opened 3 years ago
for demonstration, add checkbox next to the global searchbar . If checked, search only local store, if not, fire request to mockAPI / backend.
example for fetching BACKEND:
dispatch action: fetchingStarted from component then, get data = dispatch setData(data) if error => dispatch setError(error)
Lib:
https://ngrx.io/
Store example