angular2-image-popup icon indicating copy to clipboard operation
angular2-image-popup copied to clipboard

Image popup directive for angular2

Results 18 angular2-image-popup issues
Sort by recently updated
recently updated
newest added

Hi, I downloaded and gave npm start to check how it works, but it is throwing error as below. Can someone able to help me out. $ npm start >...

$ npm start > [email protected] start D:\brady\AngularJS_Practice\angular2-image-po pup-master > tsc && concurrently "npm run tsc:w" "npm run lite" app/app.component.ts(5,25): error TS2307: Cannot find module '@angular/core'. app/app.module.ts(1,32): error TS2307: Cannot find...

Hi @vimalavinisha I'm using angular2-image-popup package on my project. I got issue when building `ERROR in [at-loader] ./node_modules/angular2-image-popup/node_modules/@angular/core/node_modules/rxjs/Subject.d.ts:16:22 TS2415: Class 'Subject' incorrectly extends base class 'Observable'. Types of property 'lift'...

Suggested change for https://github.com/vimalavinisha/angular2-image-popup/issues/17 (Should have edited the branch name to be more relevant, not used to how github editing code live works).

Using latest master, when trying to include the component, I get this error: ERROR in directives/angular2-image-popup/angular2-image-popup.ts (66,15): error TS7006: Parameter 'index' implicitly has an 'any' type. I'm new to typset...

Fix for https://github.com/vimalavinisha/angular2-image-popup/issues/15

I have @angular/core 2.4.6 installed and added this package, which resulted in rather confusing unmet peer dependency about @angular/complier requiring 2.4.4, as angular/core resolved to 2.4.6 so it used the...

Hi, I cannot install this.It shows below error list.Can you tell me how to install this ? My ---> Node ver = 7.3.0 and npm ver = 3.10.10 ![Alt Text](http://i.imgur.com/5SZWYVM.png)

``` images = [ { thumb: './thumbs/img1.jpg', img: './gallery/img1.jpg', description: 'My test 1' }, { thumb: './thumbs/img2.jpg', img: './gallery/img2.jpg', description: 'My test 2' }, ]; ``` but in view "Image...