-
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…
-
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…
-
http://blog.brecht.io/Modals-in-angular2/
https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/modal/modal-stack.ts
-
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…
-
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…
-
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 trying to import angular2-modal in my project.
```
import { Component, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';
import { Modal } from 'angular2-modal/plugi…
-
I was working on angular v4.0.0 with angular2-materialize and materialize-css(v0.98.2). When I upgraded angular application to version 6, I faced issues with the z-index of modals in the application.
…
-
I am using version "2.0.0-beta.11" on my application and it works fine. I tried to upgrade to "2.0.2" and i am getting the below error message,
"node_modules/angular2-modal/index.d.ts" is not a mod…
-
Hi
I'm using NgbModal in Angular4 application. for that modal popup drag and drop, we are using angular2-draggable. it is working fine for simple "div" and it is not working as expected with ng-templ…
ghost updated
5 years ago