We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aab0d commit f365915Copy full SHA for f365915
src/app/actions/location.actions.ts
@@ -2,8 +2,8 @@ import { Action } from '@ngrx/store';
2
import { LocationData } from '../models/location-data/location-data';
3
4
export enum LocationActionTypes {
5
- LoadLocations = '[Location] Load Locations',
6
- LocationsError = '[Location] Locations Error'
+ LoadLocations = '[Home Page] Load Locations',
+ LocationsError = '[Home Page] Locations Error'
7
}
8
9
export class LocationAction implements Action {
src/app/actions/weather.actions.ts
@@ -2,7 +2,7 @@ import { Action } from '@ngrx/store';
import { WeatherData } from '../models/weather-data/weather-data';
export enum WeatherActionTypes {
- LoadWeather = '[Weather] Load Weather'
+ LoadWeather = '[Home Page] Load Weather'
export class WeatherAction implements Action {
0 commit comments