0

I want to create page which contain some data. that page can be open on click on something. i opening this page from parent.

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

so my question is that what should i use ? .whether i use modal or something .

below image shows :

enter image description here

or i will use simple horizontal form. above image will open by there is button on left hand side.when i click on that it will open , i am confuse.

4

1 回答 1

0

我想这个功能的最佳选择是带有组件的 bsModalService

在此处查看示例和演示: https ://valor-software.com/ngx-bootstrap/#/modals#service-component

于 2017-10-03T13:55:50.577 回答