Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created November 19, 2018 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/a47374341bf893387373864e46b2dbae to your computer and use it in GitHub Desktop.
Save billrobbins/a47374341bf893387373864e46b2dbae to your computer and use it in GitHub Desktop.
<div
class="router-wrap"
[@fadeAnimation]="getRouterOutletState(o)"
(@fadeAnimation.done)="pageTransitioned()"
>
<router-outlet #o="outlet"></router-outlet>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment