You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: