ngx-modal

    1熱度

    1回答

    我使用的是ngx模式,當我觸發模式對話框時,它出現在疊加層中並且沒有響應。我懷疑它與z-index有關。如何解決它?

    1熱度

    1回答

    我試圖用ngx模塊實現一個窗口模態,但是當它打開窗口它停留在背景和屏幕被禁用。 這裏是我的代碼: <button md-raised-button color="primary" class="text-upper" (click)="firstModal.open()">Proveedor</button> <modal #firstModal> <modal-header>

    0熱度

    1回答

    我有一個在那裏有ckeditor的頁面。我使用ng2-ckeditor和ngx-modal。 這是我的模板: <div> <ckeditor id="questionContent" name="questionContent" [(ngModel)]="question.content" (change)="onChange($event