-
Hi, guys!
I am trying to use Angular2 typescript plugins with my Angular2/Dart web app, but I've got some errors even with hello world simplest example.
For example such code
``` typescript
class G…
-
I am trying to incorporate this into an existing project. I did an `npm install angular2-modal` and then referenced `` in my index.html file. When running my project, I am getting `required is not def…
-
👋, getting below error when trying to open a custom modal.
```
EXCEPTION: Cannot resolve all parameters for 'BootstrapModalContainer'(ModalDialogInstance, undefined). Make sure that all the parameter…
-
_From @gnocetti on May 27, 2016 15:59_
VERSIONS:
tns --version: 2.0.1
tns_core_modules: "version": "2.0.1"
app packages.json:
"tns-android": {
"version": "2.0.0"
}
Plugins:
…
-
Hi,
angular2-modal currently seems to break when Angular 2 beta 12 is used.
A commit where I'm using it: https://github.com/thinktecture/boardz-cross-platform-sample/commit/d1f0a24a402b68b6728f57bf…
-
Am including query builder in angular 2 but while placing the local script tag am getting this error can any body tell me whats is wrong
getting Uncaught TypeError: Cannot set property 'queryBuild…
-
Having trouble determining how i would open a modal not from a click event? I see the example to close one, but i am not sure where the @ViewChild lives. Can you shed some insight on this please
My a…
d1820 updated
8 years ago
-
Hello,
I installed your component but when I click on my button the message appears and disappears but without any css :
![capture d ecran 2016-04-13 a 16 30 45](https://cloud.githubusercontent.com/a…
-
I'm stumped on an issue where if ComponentA (route: ./componentA) opens up a modal, and the component routes you to ComponentB (route: ./componentB), I get a crash with the following log:
angular2.js…
-
```
Error: Uncaught (in promise): No provider for ModalDialogInstance! (AdditionCalculateWindow -> ModalDialogInstance)
```
Copied straight from the examples.
What's going on?
Thx.