What do you mean by "dynamically created content"? You can give an example of what you would like to do.
You use BsModal class with method open. This method return BsModalRef and in BsModalRef is componentInstance.
For example: You have variable named cars in your modal component, then you can do:
What do you mean by "dynamically created content"? You can give an example of what you would like to do.
You use BsModal class with method open. This method return BsModalRef and in BsModalRef is componentInstance. For example: You have variable named cars in your modal component, then you can do:
Originally posted by @MarcinMichalik in https://github.com/MarcinMichalik/bsmodal/issues/1#issuecomment-486097816