Answer the question
In order to leave comments, you need to log in
How to make post editing via modal window?
At the moment, I am editing a post on a page with a specific id. How can I make a modal open link with a selected post to edit.
Here are two codes that open a post for editing:
goToShow(contact: Contact): void {
let contactLink = ['/contacts', contact.contact_id];
this.router.navigate(contactLink);
}
onOpenModule() {
return this.modal.open(ContactModalComponent, overlayConfigFactory({}, BSModalContext))
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question