Discussion for angular (2+) - need help? create a stackblitz with your issue to get help faster using this template: https://stackblitz.com/fork/angular-issue-repro2
setTimeout
i laid out above is just a bad hack I threw together.
scroll
event triggers after ngAfterViewInit
How can i animate a transition between the same component ( via a router )
the way i have my route set is that we just re-use the same component, and get different data using a route resolver. this is used for a category page, with an unlimited number of sub categories (e.g cat one has 2 subcats, one of the subcats has more ... etc)