NavMenu

Last but not least, we need to let our users know that they have to navigate to the LoginComponent even if they want to create a new account. To do that, open the navmenu.component.html template file and update the Login label as follows:

[...]

<li *ngIf="!auth.isLoggedIn()"
[routerLinkActive]="['link-active']">
<a [routerLink]="['/login']">
<span class='glyphicon glyphicon-log-in'></span> Login /
Register

</a>
</li>

[...]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.31.67