isLoggedIn(){
return !!localStorage.getItem('name');
}
mistake is here, please remove extra exclamation mark
On Sun, Feb 16, 2020 at 10:49 PM learningA <[email protected]> wrote:
> Hello,
>
>
> I’m working on a Angular project/learning and I’m unable to show / hide
> the navigation bar(menu-top.component) based on login.
>
> Sample code below i do have the ngif statement evaluated true or false but
> its not reflecting back to the menu component:
>
>
>
> *<div *ngIf="isLoggedin"> *
> <nav >
> <a routerLink="/home" routerLinkActive="active">Home</a>
> <a routerLink="/contact" routerLinkActive="active">Contact</a>
> <a routerLink="/about" routerLinkActive="active">About</a>
> </nav>
> </div>
>
>
> *Example code setup on
> stackbliz: https://stackblitz.com/edit/angular-qmokve
> <https://stackblitz.com/edit/angular-qmokve>*
>
>
> Any help you can provide would be greatly appreciated.
> Thanks
> R
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/angular/3a160f15-c89d-4fd3-94bf-0e5d4001f122%40googlegroups.com
> <https://groups.google.com/d/msgid/angular/3a160f15-c89d-4fd3-94bf-0e5d4001f122%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/angular/CAN6Cr%2B_OD%3D2AWLNxtqaVKUPqohYHioqyGsuPXDmXQUN5y7OWrQ%40mail.gmail.com.