Answers for "bs modal service angular pass data"

1

bs modal service angular pass data

// the data
const initialState = { coments :  this.valores};
const modal = this.modalService.show(HistoricoComentarioModal, { ignoreBackdropClick: true, initialState });
Posted by: Guest on August-14-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language