0
Hello, I’m new in Bootstrap with angular, and would like to know if there is a way to create a modal in one Component and call it in another, for example:
Component-parent Component-modal
then the parent Component would have a button that would call the Component-modal.
Thank you in advance...