Actually I have a component typescript file having two classes one for normal component and another one for mat-dialog,
I got the data from http, but I want to pass to parent component.
I want to send the results of this.api.filterHotels(this.filterForm.value);
to parent component , How? since Iam not using <Mob-filter-dialog>
tag anywhere in html file.