Questions tagged [ngx-modal]

19 questions
0
votes
1 answer

How to close the modal dialog programmatically in ngx-modal

I am trying to create a login dialog box which should close on a successful login I have created the login component and here is the html for it
sam
  • 568
  • 1
  • 8
  • 16
0
votes
0 answers

Angular 5 service call not working based on modal result

I have a delete button on the table when user click delete button basically I would like to ask confirmation from the user for delete. If use clicked yes I need to make service call. I'm facing an issue when I making service call. Below is my code…
Velkumar
  • 446
  • 1
  • 8
  • 20
0
votes
1 answer

Ngx-Modal when extended 'NativeElement of undefined' Angular 2

This plunker should open up a modal when the button is pressed. I have extended the existing ngx-modal but it throws error: Cannot read property 'nativeElement' of undefined. Having looked at the console this is because "modalRoot" should be…
MagicLuckyCat
  • 324
  • 2
  • 5
  • 19
0
votes
1 answer

Angular2: overwrite img command in ng2-ckeditor

I have a page that have ckeditor in there. I use ng2-ckeditor and ngx-modal. This is my template:
jack.pop
  • 683
  • 2
  • 6
  • 21
1
2