shlomiassaf / ngx-modialog

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

Fix typings import paths #160

Closed isaacplmann closed 8 years ago

isaacplmann commented 8 years ago

The .d.ts files were referencing files that didn't exist. I removed unnecessary ../components/ from import statements in the bootstrap plugin. Other plugins might have the same issue, but I didn't check them.

isaacplmann commented 8 years ago

Problems solved in 2.0.0-beta.10