私はngx-moduleでウィンドウモードを実装しようとしていますが、ウィンドウを開くとバックグラウンドに留まり、画面は無効になります。モーダルウィンドウはバックグラウンド(ngx-modal)にあります
<button md-raised-button color="primary" class="text-upper" (click)="firstModal.open()">Proveedor</button>
<modal #firstModal>
<modal-header>
<h1>I am first modal</h1>
</modal-header>
<modal-content>
This modal has its own header, content and footer.
</modal-content>
<modal-footer>
<button class="btn btn-primary" click="firstModal.close()">okay!</button>
</modal-footer>
</modal>
<button md-raised-button color="primary" class="text-upper">Marca</button>
</div>
ありがとう:
は、ここに私のコードです。
次のよう
opacity:0
CSSプロパティを使用すべきですか? –こんにちは、お返事ありがとうございます。私はログにはエラーがなく、警告のみがあります。 – Leonardo
以下の@Leonardoはあなたを助けましたか? – Aravind