📅  最后修改于: 2022-03-11 15:02:57.179000             🧑  作者: Mango
Set initial value of month = null in the component.ts and
add [(ngModel)]="month" in the select tag of component.html.
//component.ts
month = null;
//component.html