When viewing a list of cities (e.g. Shanghai, Mumbai), and then losing internet connection, those cities should still be available on the next refresh. As well as the full list of city names.
Actual Behavior
It looks like, once again, this offline behavior is inconsistent. Often, on page refresh, neither the previously loaded cities nor the full list of city names is loading. This is likely due to a recent upgrade of the @angular/cli, with the root cause remaining Angular Issue #21636; my working solution had been this build script
Steps to Reproduce the Problem
Load the app
Search for one or two cities (e.g. Shanghai, Mumbai)
This is a:
Expected Behavior
When viewing a list of cities (e.g. Shanghai, Mumbai), and then losing internet connection, those cities should still be available on the next refresh. As well as the full list of city names.
Actual Behavior
It looks like, once again, this offline behavior is inconsistent. Often, on page refresh, neither the previously loaded cities nor the full list of city names is loading. This is likely due to a recent upgrade of the @angular/cli, with the root cause remaining Angular Issue #21636; my working solution had been this build script
Steps to Reproduce the Problem
Specifications