Answers for ""BsModalService" background opacity"

0

"BsModalService" background opacity

openModal2(template: TemplateRef<any>) {
    this.modalRef2 = this.modalService.show(template, { class: 'second' });
    document.getElementsByClassName('second')[0].parentElement.style.backgroundColor = 'rgba(0, 0, 0, 0.4)';
}
Posted by: Guest on March-13-2022

Code answers related to "&quot;BsModalService&quot; background opacity"

Browse Popular Code Answers by Language