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

Error: Uncaught (in promise): No Directive annotation found on ImageModal

Open igorbar opened this issue 8 years ago • 0 comments

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: import { ImageModal } from 'angular2-image-popup/directives/angular2-image-popup/image-modal-popup'; @Component({ .... directives: [ImageModal], .... }) But it does not work.

igorbar avatar Jun 24 '16 14:06 igorbar