modal bootstrap
-
modal bootstrap
שלום, אני מנסה לעשות modal של bootstrap ב angular8, אבל אני לא יודעת למה כשאני לוחצת על הכפתור שיפתח את הmodal הוא לא נפתח ובנוסף כל המסך תקוע וא”א ללחוץ על כלום. אני מצרפת את הקוד שלי תודה רבה. ts. constructor(config: NgbModalConfig, private modalService: NgbModal) { config.backdrop = ‘static’; config.keyboard = false; } open(content) { debugger; this.modalService.open(content); } html.
Hi there!
Hello, World!
Log in to reply.