-
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)
…
-
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…
-
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…
-
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'm getting a compilation error on version 2.0.3. Here is my code snippet:
```
import { TwoButtonPresetBuilder } from 'angular2-modal/plugins/bootstrap';
import { Modal } from 'angular2-modal';
…
-
As a Developer I do not want to update all imports (e.g. within index.html, karma.config.js,..) of angular2-modal when updating the library
Current situation:
- updating version of angular2-modal
- t…