angular - Angular2: Route change keep view -


i'm trying make transition between routes, using host animations [@routertransition] doesn't work me, because animation dynamic.

so i'm looking way prevent component being destroyed when changing routes, , when animation finished component should destroyed.

there isn't go on subject suspect i'll have extend router outlet , magic there.

could point me in right direction, links or better examples great.


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -