I am trying to implement Fade transition on my router outlet - whenever you move to a page you get fadein/out.
However it just doesn't seem to work at all, the router outlet is in the main area of the navigation bar: Stackblitz of my app
See "fadeIn.ts" for the animation See "app.nav-component" html/ts and app module for implementation
I would expect when clicking a link in the navigation the animation of transition would trigger.