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 - Error: Unresolved reference 'selenium' What is the reason? -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

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 -