javascript - Home button visible angular 2 -


hello there way make home button of page visible when logged in ?i think possible in angular 2.

yes can in angular 2. can use *ngif directive check weather user login or not.

for example:

<a href="#" *ngif="islogin"> home</a> 

if value of islogin true home link visible.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -