const modalRef = this.modalService.open(ModalComponent); modalRef.componentInstance.passedData= this.dataToPass; modalRef.result.then(result => { //do something with result }