shlomiassaf / ngx-modialog

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

Missing documentation? #362

Open slavafomin opened 7 years ago

slavafomin commented 7 years ago

Hello!

Thank you for your work, this module looks promising.

However, I can't find any real documentation with the complete description of the API and all possible options. That thing in the ./docs directory looks broken and outdated. The website doesn't help either. Am I missing something here?

I'm also interested in styles customization.

Thanks!

AleRob90 commented 7 years ago

I'm having problems with missing doc too. I just don't know where to look to close a modal from template or what to inject in my component.

Using this line copied from the examples: this.modal.open(RegisterComponent, overlayConfigFactory({ num1: 2, num2: 3 }, VEXModalContext));

What should i inject in my RegisterComponent in order to close a modal?

slavafomin commented 7 years ago

@AleRob90 I would suggest to extract your question to a separate issue to avoid off-topic discussions in this one.

shlomiassaf commented 7 years ago

Sadly I don't have the time for that, since this is TypeScript it should be easier then other libs.

I understand the importance and if someone wants to help, I'll will be more then happy to provide assistance.