fix template error for aot build

This commit is contained in:
Nicolas Constant 2018-09-16 13:21:47 -04:00
parent d7c92a6a26
commit a40dc6a881
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export class AppComponent implements OnInit, OnDestroy{
title = 'app';
private floatingColumnActive: boolean;
floatingColumnActive: boolean;
private columnEditorSub: Subscription;
constructor(private readonly navigationService: NavigationService) {

View File

@ -24,7 +24,7 @@ export class AccountIconComponent implements OnInit {
return false;
}
openMenu(event): boolean {
openMenu(): boolean {
this.openMenuNotify.emit(this.account);
return false;
}