I used angular material("@angular/material": "7.1.0") auto-complete component and then i used form control instead of ng model, now the problem is, i can't get the auto-complete change event when the component is loading. I was set the value to the auto-complete component on ngOnInint method that time i want to call one method based on the auto-complete value changes.
I have created a code at stackblitz, here is the link: https://stackblitz.com/edit/angular-xmnmpy