Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Jun 20, 2019
1 parent d607eb2 commit fc9b85a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ declare let TKSideDrawerShadowModeHostview: any;
styleUrls: ["./app.component.css"]
})
export class AppComponent implements OnInit, AfterViewInit {
<<<<<<< HEAD

@ViewChild(RadSideDrawerComponent, {static: false}) drawerComponent: RadSideDrawerComponent;
=======
@ViewChild(RadSideDrawerComponent, { static: false }) drawerComponent: RadSideDrawerComponent;
>>>>>>> 33b0226d2f2e362eaa631c4c052b8c538168e8ca

private _drawer: RadSideDrawer;
isUserLogged: boolean = false; // hide & show LOGOUT button option

Expand Down

0 comments on commit fc9b85a

Please sign in to comment.