“Ustaw @output przez Modalref Angular” Kod odpowiedzi

Ustaw @output przez Modalref Angular

openModal() {
  const modalRef = this.modalService.open(ModalContentComponent);
  modalRef.componentInstance.user = this.user;
  modalRef.componentInstance.passEntry.subscribe((receivedEntry) => {
  	console.log(receivedEntry);
  })
}
Mysterious Mink

Ustaw @output przez Modalref Angular

openModal() {
  const modalRef = this.modalService.open(ModalContentComponent);
  modalRef.componentInstance.user = this.user;
  modalRef.componentInstance.passEntry.subscribe((receivedEntry) => {
  	console.log(receivedEntry);
  })
}
Mysterious Mink

Odpowiedzi podobne do “Ustaw @output przez Modalref Angular”

Pytania podobne do “Ustaw @output przez Modalref Angular”

Więcej pokrewnych odpowiedzi na “Ustaw @output przez Modalref Angular” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu