Posts by Bruno Maia • 23 points
4 posts
-
0
votes1
answer56
viewsQ: How to remove screen header on some routes
Good morning guys, in my angular project 4 I completed the Adm screen and I wish the header did not appear in it, I know I could do this with ngIf but I’m lost >_>, Can someone give a light?…
-
0
votes1
answer323
viewsQ: Problem getting user data in the application’s localStorage
Guys I would like to implement a menu "my account" in my project, this menu should show the user data as name, email etc, I am using jwt and the logged in user data can be obtained in Localstorage…
-
0
votes2
answers289
viewsA: Express How to make a div appear only if the user is logged in?
Following what you said, I am using this check to try to hide the registration and login when the user is logged in and in place put a drop menu, but I am having a problem. Registration and login…
-
2
votes2
answers289
viewsQ: Express How to make a div appear only if the user is logged in?
Well, I just made the registration on my site and I would like that when the user logged in the login and registration links disappear and in the place appears a div with a drop menu showing links…