angular2に隠すと、私はNG2モーダルそれは、 私のテンプレートを開いたり、TSを通じて隠す取得されていない使用
<modal id='saveeditsmodal'>
<modal-header>
<h4 class="modal-title">Editing item(s) in Recently Viewed</h4>
</modal-header>
<!-- Modal content-->
<modal-content>
<div class="modal-body">
<p>You have unsaved changes.</p>
</div>
<div class="modal-body">
<p>Are you sure you want to discard these changes?</p>
</div>
</modal-content>
<modal-footer>
<button type="button" class="btn btn-primary" data-dismiss="modal">Stay On List</button>
<button type="button" class="btn btn-default" data-dismiss="modal" (click)='closebox()'>Discard</button>
</modal-footer>
</modal>
マイTS、実際
$('#saveeditsmodal').show();
をモーダルボックスを表示する方法これはng2モデルです、私は非表示や表示するプロセスについては分かりません、誰も助けを提案することができます。ありがとう。
彼らは例のhttpsを持っている彼らのGHページをチェックしてください。com/pleerock/ng2-modal/tree/master/sample –
しかし、tsファイルからのクローズやオープン方法はありません。 – Arnold