We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af7b4b commit 5ab1893Copy full SHA for 5ab1893
src/app/reducers/index.ts
@@ -4,7 +4,6 @@ import { WeatherData } from '../models/weather-data/weather-data';
4
import { WeatherActionTypes, WeatherAction } from '../actions/weather.actions';
5
import { LocationActionTypes, LocationAction } from '../actions/location.actions';
6
import { LocationData } from '../models/location-data/location-data';
7
-import { state } from '@angular/animations';
8
9
export interface WeatherState {
10
weatherData: WeatherData| null;
0 commit comments