Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#4927·ng-bootstrap

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
typescript
const modalRef = this.modalService.open(NgbdModalContent);
modalRef.componentInstance.name = 'World';
  • when using vitest , name name is always undefined

Source: ng-bootstrap/ng-bootstrap

View original on GitHubView discussion on GitHub