Skip to content
Snippets Groups Projects
Commit 04e0d621 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

semantic HTML

parent 3eb905a3
Branches
No related merge requests found
<div fxLayout="column" fxLayoutAlign="center center" fxLayoutGap="35px">
<h1>{{'comment-page.delimiter' | translate}}</h1>
<mat-radio-group [(ngModel)]="exportType">
<div fxLayout="column">
<mat-radio-button value="comma" checked><h2>{{'comment-page.comma' | translate}}</h2></mat-radio-button>
<mat-radio-button value="semicolon"><h2>{{'comment-page.semicolon' | translate}}</h2></mat-radio-button>
</div>
</mat-radio-group>
<h1>{{'comment-page.delimiter' | translate}}</h1>
<mat-radio-group [(ngModel)]="exportType">
<div fxLayout="column">
<mat-radio-button value="comma" checked>{{'comment-page.comma' | translate}}</mat-radio-button>
<mat-radio-button value="semicolon">{{'comment-page.semicolon' | translate}}</mat-radio-button>
</div>
</mat-radio-group>
</div>
<app-dialog-action-buttons
buttonsLabelSection="comment-page"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment