shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

can not get component context for customModal #374

Closed we125182 closed 7 years ago

we125182 commented 7 years ago

when i exercise the example in my project. i can't get the context(the number 2, 3) in customModal. 2017-07-11_114429

this is my code:

// app.module.ts
imports: [
...
    ModalModule.forRoot(),
    BootstrapModalModule,
...
]
...
// tables.module.ts
imports: [
   ...
    BootstrapModalModule,
...
]

// the component code is same as the plnkrDemo.

environment:

thanks for anyone's help.