Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Component({
  2. selector: 'app-root',
  3. templateUrl: './app.component.html',
  4. styleUrls: ['./app.component.scss'],
  5. animations: [
  6. routerTransition(),
  7. ]
  8. })
  9. export class AppComponent {
  10.  
  11. // code not displayed
  12.  
  13. getRouteAnimation(outlet) {
  14. return this.navigationService.animationValue;
  15. }
  16. }
Add Comment
Please, Sign In to add comment