mirror of
https://github.com/NicolasConstant/sengi
synced 2024-12-31 18:57:23 +01:00
fix template error for aot build
This commit is contained in:
parent
d7c92a6a26
commit
a40dc6a881
@ -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) {
|
||||
|
@ -24,7 +24,7 @@ export class AccountIconComponent implements OnInit {
|
||||
return false;
|
||||
}
|
||||
|
||||
openMenu(event): boolean {
|
||||
openMenu(): boolean {
|
||||
this.openMenuNotify.emit(this.account);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user