-
In a hybrid setup where Angular1 and Angular2 are both present, modal dialog service does not work. It fails to locate the root element (Angular2) reference, as none exists.
This is the culprit line…
-
IMPORTANT: Please provide a sample using:
* **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **Do you want to reque…
-
I'm not sure what I'm doing wrong, but after upgrading angular2-modal to latest version, I get various problems depending on how I configure SystemJS for the dependency.
It looks like the way angular…
-
im trying to add this into my existing app, and having issues while following your directions
in systemjs.config
'angular2-modal': 'node_modules/angular2-modal' // this will give me a 404 …
-
I get the following error when I close the modal alert:
```
core.umd.js:6001 Error: Uncaught (in promise): undefined
at resolvePromise (zone.js:418)
at PromiseCompleter.reject (zone.js:395)
…
-
Hello, I am new in Angular 2 and I am trying to open modal from a service. But I am getting this error and I don't find a clear way to do it. In fact, I couldn't say if I am doing something wrong or m…
-
I found I have to import like:
```
import {MODAL_BROWSER_PROVIDERS} from 'angular2-modal/platform-browser/index';
```
if I just do:
```
import {MODAL_BROWSER_PROVIDERS} from 'angular2-modal/platfor…
-
I am getting below error when running the modal popup, Please help me to resolve the issue.
An unhandled exception occurred while processing the request.
Exception: Call to Node module failed with…
-
When I try to build my angular-cli beta.16 app I get
```
SyntaxError: Unexpected token: operator (>)
```
I've traced it to your utils.js file in /esm/framework/utils.js
https://github.com/shlomiass…
-
I am trying to install angular2 model but I am getting error Please help
Command: npm install angular2-modal --save
**Error:
+-- UNMET PEER DEPENDENCY @angular/common@4.0.1
+-- UNMET PEER DEPEND…