Finish this markup using the ngIf directive to implement an else case that will display the text "User is not active":
<div *ngIf="userIsActive; else inactive">Currently active!</div>
Finish this markup using the ngIf directive to implement an else case that will display the text "User is not active":
<div *ngIf="userIsActive; else inactive">Currently active!</div>