UI: AppCenter Index: Refresh after install/delete of an App
Issue
Occured at: RedeemKey -> Select App to install -> install App -> after install -> auto route back from /settings/app//install/<App> to /settings/app
After installing a new app the index won't refresh / init / call GetApps again resulting in no visual feedback that the new App is installed.
This is only a problem on the first instance of an app.
Example:
If I would Install a "Meter" App -> the index wouldn't update, I would need to manually refresh the page to see my newly installed App in the installed section.
Solution
Subscribe to the NavigationEnd Event and "init" again.
To prevent a reInit after navigating "back" (e.g. from a singleComponent back to the index) NavigationExtras were added,
@michaelgrill: FYI. Maybe you could also review instead of Lukas.