-
When running `npm install ng2-bs3-modal` I get the following error.
Is there anything I'm doing wrong?
```
npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "n…
-
I'am not sure is this issue exactly of angular2-modal but here some info it might be useful for someone else
I got a trouble using angular2-modal when decided to implement input with ngModel inside m…
-
This would allow custom styling and positioning of modals.
The custom classes could be enabled through the `ModalConfig` with `classes: string` property and by adding `[ngClass]="dialogInstance.confi…
-
Is there a way to use the package without webpack and require and all other libraries dependencies?
When installing the package through npm, it imports everything on your repository, including the nod…
-
When you create a dialog and use ngClass in the template the following error is shown in the browser console: **EXCEPTION: No provider for IterableDiffers! (NgClass -> IterableDiffers)**
My component…
-
`$ gulp production` fails with `An error occured in task 'x_bundle'`
``` shell
✘ jakeniemiec@Sat ~/RubymineProjects/ng2Boilerplate master ● gulp production
[15:30:17] Using gulpfile ~/Rubymin…
-
Hi, just wander is it possible to create a modal like this style http://v4-alpha.getbootstrap.com/components/popovers/ ?
The thing is I need to put template in a popover rather than text.
-
Any click inside modal frame closes a modal - this is not right. Need a way to disable it (blocking mode is a way around)
Also there is a lot of TSLint "errors" in sources and npm ready package is re…
-
The modal window is awesome. Could it be published at npm?
-
```
```
Using [ng2-translate](https://github.com/ocombe/ng2-translate) for that. Standard pipe though. Everything is setup correctly with it in terms of loading locales via .json files.
Throws this …