source: src/Clients/Angular/finki-chattery/src/app/shared-app/components/question/answer-question/answer-question.component.html@ 48f727d

dev
Last change on this file since 48f727d was 48f727d, checked in by Стојков Марко <mst@…>, 3 years ago

Answer question

  • Property mode set to 100644
File size: 477 bytes
Line 
1<mat-card>
2 <mat-card-title>{{ 'answer-question-title' | translate }}</mat-card-title>
3 <mat-card-content>
4 <form [formGroup]="formGroup">
5 <app-text-editor [textForm]="textForm"></app-text-editor>
6 </form>
7 </mat-card-content>
8 <mat-card-actions>
9 <app-button [disabled]="formGroup.invalid" (action)="answerQuestion()" [buttonType]="ButtonType.CallToAction">{{
10 'answer-question-button' | translate
11 }}</app-button>
12 </mat-card-actions>
13</mat-card>
Note: See TracBrowser for help on using the repository browser.