(AppComponent) Property order fix

This commit is contained in:
Sercan Yemen 2018-07-13 12:54:02 +03:00
parent 293192557f
commit 5e98d986e2

View File

@ -22,8 +22,8 @@ import { locale as navigationTurkish } from 'app/navigation/i18n/tr';
}) })
export class AppComponent implements OnInit, OnDestroy export class AppComponent implements OnInit, OnDestroy
{ {
navigation: any;
fuseConfig: any; fuseConfig: any;
navigation: any;
// Private // Private
private _unsubscribeAll: Subject<any>; private _unsubscribeAll: Subject<any>;