diff --git a/src/demo-app/app.component.ts b/src/demo-app/app.component.ts index adbfa0cf0..277a70d5f 100644 --- a/src/demo-app/app.component.ts +++ b/src/demo-app/app.component.ts @@ -18,6 +18,6 @@ export class AppComponent implements OnInit { if (event instanceof NavigationEnd) { window.scrollTo(0, 0); } - }) + }); } }