Open
Description
For Some reason Angular Ng Directives are not working
Following is a code sample:
<Button dock="top" class="btn btn-primary btn-rounded-lg" style="margin: 5;">
<FormattedString>
<Span text="Question {{state.questionNumber}}"></Span>
<Span *ngIf="isPracticeMode()" text=" of {{state.totalQuestions}}">
</Span>
</FormattedString>
</Button>
When you toggle between items where isPractiveMode gives you true and false then the Formatted String becomes longer and longer. Please find the image attached.