angular2-image-popup
angular2-image-popup copied to clipboard
Image popup directive for angular2
It's working and I like it :) But it should be very nice if you can implement a way to scroll images using left/right keyboard's arrows. Thank u.
I know, Angular4 is still work in progress and it will be released on March 2017. I tried to use Angular 4 beta 1 in my project and this one...
this pr adds keyboard listener to listen for left right and esc key presses
Can you help me solve the problem? app.module.ts ``` import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { RouterModule } from '@angular/router'; import { UniversalModule...
Seems I've got an issue in installing the package within an angular 2 (final version). While installing using npm pacakage manager there is a conflict with a few angular packages.
ImageModal directive is not working when i added in my component
I'm getting this error while doing webpack: ERROR in ./dist/app.bundle.js from UglifyJs SyntaxError: Unexpected token: punc ({) [./~/angular2-image-popup/directives/angular2-image-popup/image-modal-popup.ts:1,0] Thanks
Hello, Could you tell me what is the cause of this error: Error: Uncaught (in promise): No Directive annotation found on ImageModal ? I imported directive and added to component:...