azavea / climate-change-components

Angular components for use with the Climate Change API
Apache License 2.0
6 stars 3 forks source link

Use recommended `rxjs` import form #49

Open ddohler opened 5 years ago

ddohler commented 5 years ago

Importing 'rxjs/Rx' or 'rxjs' is not recommended. We should switch all imports to use the recommended form, which is import { Observable } from 'rxjs/Observable ';.

ddohler commented 5 years ago

Doing this may cause problems in the Lab and Temperate; the improper imports in this project seem to be enabling functionality that wouldn't otherwise work in those projects. That's not a blocker, but all three will need to be tested.