UNPKG

@shikshalokam/sl-reports

Version:

Library to integrate questionnaire in SL Projects

11 lines (10 loc) 265 B
<strong>{{ questionNumber }}) {{ data?.question }}</strong> <div class="answer-list"> <div *ngFor="let answer of data?.answers"> {{ data?.resposeType === "date" && answer ? (answer | date: "medium":"IST") : answer }} </div> </div>