angular-custom-modal icon indicating copy to clipboard operation
angular-custom-modal copied to clipboard

Angular2+ Modal / Dialog (with inner component support).

Results 9 angular-custom-modal issues
Sort by recently updated
recently updated
newest added

Hi Zurfyx, I've been using angular-custom-modal for my Angular projects, however today, when upgrading to Angular 16, it is showing the below error in the while compiling the code and...

Hi.I'm using your component to create multiple modals to select or edit data and I need to have 2 modals opened in the same time,one is parent another child.But child...

I am using modal inside [angular-custom-modal](https://github.com/MurhafSousli/ngx-scrollbar/issues?utf8=%E2%9C%93&q=modal). And the size of the modal is not filling page but the content of scroll content. [stackblitz example of this issue](https://stackblitz.com/edit/ngx-scrollbar-2h2mrg?file=src/app/home/home.component.html) (Click the blue...

Hi i am trying to close modal from component on response but it is not working and throwing error `Cannot read property 'close' of undefined` This is my code below...

When I open a modal which contains long content, it's top part gets out of the page view. It looks like [this](https://fasresimages.oss-cn-shenzhen.aliyuncs.com/Screenshot_2018-08-07%20FasRes.png) The modal's template is like this, it just...

Hi.it is possible to set the size when have component inside,for example I want to use it for edit data (large size) or for simple dialogs (small size)? I want...

question