How to set default select option in angular with [(ngModel)] in @angular/ material
At first, add @angualr/material to your angular project. Command: ng add @angular/material Next import the needed material, form modules to your app.modules.ts file like below picture. Then code for material…