skip to Main Content

Javascript – Fetching an entire Country array from mat-country-select

I work with reactive forms in my angular-project and i use mat-country-select for displaying countries in select in my child FormComponent. <mat-select-country class="full-width" [formControl]="form.controls.country" [required]="true" appearance="outline" [itemsLoadSize]="0" [value]="DEFAULT_COUNTRY" label="Choose country"> </mat-select-country> I try to make modal dialog window for updating…

VIEW QUESTION
Back To Top
Search