There's over 25 questions
listed in JSON. I'm trying to show the div only when the user has crossed the 5th question out of the 25 questions. How can I go about this?
Here's where I'm stuck:
<div *ngIf="questions.length > 5">{{(questionIndex+1)}}/{{(questions.length)}}</div>