-
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…
-
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';
…
-
Hello,
I have used materializecss modal in my angular2 project. I am facing an issue, when I open a modal and click on browser's back nagivation, popup gets close without executing close modal method…
-
All examples I've seen is using this library on a top level component (for example `app-component`). But I want to use it in a nested component. For example, I want to open a **login modal** inside th…
-
Hi,
I am trying to import angular2-modal in my project.
```
import { Component, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';
import { Modal } from 'angular2-modal/plugi…
-
http://blog.brecht.io/Modals-in-angular2/
https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/modal/modal-stack.ts
-
IMPORTANT: Please provide a sample using:
[https://plnkr.co/edit/5L30Z8nFUnl65dpxbzJV?p=preview](url)
>It gives error is there any way to load any component.ts file through angular 2
* **I'm subm…
-
Hi, i am in the modal but when i write something in the input into the Modal the function **beforeDismiss** run and close the modal.
i am use the example:
import { Component } from '@angular/core'…
-
When opening a bootstrap modal within ngUpgrade, the modal fails to completely render. A successful renders after click event, or after a long time of waiting (a single long frame according to DevTool…
-
I'm trying to use the vex plugin.
It works with bootstrap one.
I get an error when compiling on my modal call :
Property 'alert' doesn't exist on the 'DropInPresetBuilder'
I'm using angular 2.0.1 an…