From f9c58a21b8460f463d786f0bdbc9c037c7613e1d Mon Sep 17 00:00:00 2001 From: chiyapathak <73012450+chiyapathak@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:00:58 +0530 Subject: [PATCH] Indentation Changes --- src/app/home/home.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index 21dcfbc..c66d3dc 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -9,13 +9,9 @@ import { slideInAnimation, fadeAnimation } from '../animations'; // animations: [slideInAnimation] }) export class HomeComponent implements OnInit { - wait = false; - constructor() { } - ngOnInit() { } - prepareRoute(outlet: RouterOutlet) { return outlet && outlet.activatedRouteData && outlet.activatedRouteData[ 'animation' ]; } @@ -24,5 +20,4 @@ export class HomeComponent implements OnInit { // // duration: event.duration, verticalPosition: 'top', horizontalPosition: 'start' // // }); // } - }