如何在角度2中创建弹出屏幕

时间:2017-10-01 12:15:10

标签: twitter-bootstrap ngx-bootstrap

我想创建包含一些数据的页面。该页面可以在点击某些内容时打开。我从父母那里打开这个页面。

`<div class="dashboard-lead-detail-view col-md-4">
 <lead-detail-view *ngIf="leadDetail"
                    [leadDetail]="leadDetail">
 </lead-detail-view>
 </div>`

所以我的问题是我该怎么用?我是否使用模态或其他东西。

图片下方的

显示:

enter image description here

或者我将使用简单的水平形式。上面的图像会打开,左边有一个按钮。当我点击它会打开时,我很困惑。

1 个答案:

答案 0 :(得分:0)

我认为此功能的最佳选择是带组件的bsModalService

检查示例和演示,在这里: https://valor-software.com/ngx-bootstrap/#/modals#service-component