Modal Components as content
Author: sysmatCreated Aug 30, 2026Updated Aug 30, 2026
- using docs: https://ng-bootstrap.github.io/#/components/modal/examples#component
- it works at runtime
const modalRef = this.modalService.open(NgbdModalContent);
modalRef.componentInstance.name = 'World';- when using
vitest,namename is alwaysundefined
Source: ng-bootstrap/ng-bootstrap