Skip to content

Commit f365915

Browse files
author
Andrew Evans
committed
changing action names to include page
1 parent 52aab0d commit f365915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/actions/location.actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Action } from '@ngrx/store';
22
import { LocationData } from '../models/location-data/location-data';
33

44
export enum LocationActionTypes {
5-
LoadLocations = '[Location] Load Locations',
6-
LocationsError = '[Location] Locations Error'
5+
LoadLocations = '[Home Page] Load Locations',
6+
LocationsError = '[Home Page] Locations Error'
77
}
88

99
export class LocationAction implements Action {

src/app/actions/weather.actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Action } from '@ngrx/store';
22
import { WeatherData } from '../models/weather-data/weather-data';
33

44
export enum WeatherActionTypes {
5-
LoadWeather = '[Weather] Load Weather'
5+
LoadWeather = '[Home Page] Load Weather'
66
}
77

88
export class WeatherAction implements Action {

0 commit comments

Comments
 (0)