-
I don't think the code adding the 'modal-open' class to the body actually works, because DOM is apparently always null due to a bug in angular2.
For my own needs I just changed the code to modify win…
ghost updated
8 years ago
-
I have installed angular2-modal in an Angular2 2.0.0-beta.17 environment.
In index.html I import
``
I am trying to open a simple dialogue like this
`
let dialog = this._modal.confirm()
…
-
I've forked your fork of angular2-webpack-starter (to https://github.com/vesteraas/angular2-webpack-starter), and added the following markup to `src/app/app.component.ts`:
``` html
Modal
Mod…
-
Hi,
The README says `Modal (in progress...)`. Is it true, is sb working on that? Can we share some progress here (in a separate branch presumably)? I'd consider contributing as I need it for my proje…
-
Dear Doug!
Can you please upgrade your module to support Angular 2.0.0-rc.3?
https://github.com/angular/angular/blob/master/CHANGELOG.md#200-rc3-2016-06-21
Or your package works properly with rc,3?…
-
Hi, I'm starting from a simple [quick start](https://angular.io/docs/ts/latest/quickstart.html) angular 2 project and I installed angular2-modal via npm
`npm install angular2-modal --save`
And now I…
-
> webpack -v
> ts-loader: Using typescript@1.7.5 and /var/www/dev/angular2-modal/tsconfig.json
Errors while compiling. App updated with errors. No reload!
/var/www/dev/angular2-modal/node_modules/an…
-
So after implementing i keep getting this error any ideas whats wrong
```
EXCEPTION: Error: Uncaught (in promise): Template parse errors:
Parser Error: Unexpected token | at column 29 in [ngFor let c…
-
I would like to kick-off the discussion on the various API styles we can offer for tooltip / popover / modal users. We need to put a bit of thinking into it a with Angular2 one can't simply say "here …
-
After installing via NPM TypeScript compiler complains that it can't find "angular2-modal" module though modals work fine (systemjs dist js included in my index.html).
after taking a look into angula…