apps/live-weather/src/app/shared/pipes/air-quality-index.pipe.ts
Name | airQualityIndex |
transform | ||||||||
transform(value: string | number | undefined)
|
||||||||
Convert air quality index into readable data
Parameters :
Returns :
string
human readable air quality |
Private airQualityCode |
Type : []
|
Default value : ['Good', 'Fair', 'Moderate', 'Poor', 'Very poor']
|