Chore: Moved from Untyped to Stongly Typed forms.
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
fxLayoutAlign="space-around start"
|
||||
>
|
||||
<mat-radio-group fxFlex="40%" formControlName="posted" (change)="togglePosted($event)">
|
||||
<mat-radio-button class="my-margin" value="true"> Posted </mat-radio-button>
|
||||
<mat-radio-button class="my-margin" value="false"> Not Posted </mat-radio-button>
|
||||
<mat-radio-button class="my-margin" value="null"> All </mat-radio-button>
|
||||
<mat-radio-button class="my-margin" [value]="true"> Posted </mat-radio-button>
|
||||
<mat-radio-button class="my-margin" [value]="false"> Not Posted </mat-radio-button>
|
||||
<mat-radio-button class="my-margin" [value]="null"> All </mat-radio-button>
|
||||
</mat-radio-group>
|
||||
<mat-checkbox
|
||||
fxFlex="40%"
|
||||
|
||||
Reference in New Issue
Block a user