src/mocks/open-weather-map.mock.ts| OPEN_WEATHER_MAP_RESPONSE_MOCK |
OPEN_WEATHER_MAP_RESPONSE_MOCK: |
Type : OpenWeatherMapCurrentWeatherResponse
|
| OPEN_WEATHER_MAP_FORECAST |
OPEN_WEATHER_MAP_FORECAST: |
Type : OpenWeatherMapForecastResponse
|
| CURRENT_WATHER_MOCK |
CURRENT_WATHER_MOCK: |
Type : CurrentWeather
|
| FORECAST_MOCK |
FORECAST_MOCK: |
Type : []
|
src/services/api/open-weather-map/open-weather-map-to-weather-icons.ts| iconCodes |
iconCodes: |
Type : IconCodeType
|
src/angular-weather-widget.module.ts| apiServiceFactory |
apiServiceFactory(http: undefined, pooling: undefined, openWeather: undefined)
|
| forRoot |
forRoot(config: undefined)
|
src/components/weather-current-temperature/current-temperature.component.ts| TemperatureScale |
| CELCIUS |
| KELVIN |
| FAHRENHEIT |
src/services/api/weather.api.service.ts| WeatherApiName |
| OPEN_WEATHER_MAP |
src/weather.interfaces.ts| ForecastMode |
| GRID |
| DETAILED |
| TemperatureScale |
| CELCIUS |
| KELVIN |
| FAHRENHEIT |
| WeatherLayout |
| WIDE |
| NARROW |