mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-02-23 10:23:32 +00:00
(FuseVerticalNavigation) Added missing return types
This commit is contained in:
parent
5c40e99518
commit
f76f38b812
@ -73,10 +73,10 @@ export class FuseVerticalNavigationComponent implements OnChanges, OnInit, After
|
||||
private _fuseUtilsService: FuseUtilsService
|
||||
)
|
||||
{
|
||||
this._handleAsideOverlayClick = () => {
|
||||
this._handleAsideOverlayClick = (): void => {
|
||||
this.closeAside();
|
||||
};
|
||||
this._handleOverlayClick = () => {
|
||||
this._handleOverlayClick = (): void => {
|
||||
this.close();
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user