This project was generated with angular-cli version 1.0.0-beta.16.
Run npm install
followed by ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Reproduce Steps:
- reload app
- wait for angular app to load.
- click on button "destroy app" (from destruction panel).
- click on button "navigate to some non angular route (1) / (2)" (from outter app navigation)
Expected Result:
- router should be disposed after app gets destroyed and stop handle navigation events
Actual Result
- router is not disposed. it keeps intercepting routing events
Reproduce Steps:
- reload app
- wait for angular app to load.
- click on button "destroy platform" (from destruction panel).
- optional - repeat step 2
Expected Result:
- app should be destroyed after platform gets destroyed
Actual Result
- app is not destroyed. it keeps running as before. (the modules list in platform is always empty!)