jpilfold / ngx-image-viewer

An image viewer component for Angular 2+
MIT License
49 stars 54 forks source link

Directive ImageViewerComponent, Property 'onMouseOver' is private and only accessible within class 'ImageViewerComponent' #45

Open tahsinpol opened 3 years ago

tahsinpol commented 3 years ago

"angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "strictTemplates": true },

ERROR in (1,1): Directive ImageViewerComponent, Property 'onMouseOver' is private and only accessible within class 'ImageViewerComponent'. (1,1): Directive ImageViewerComponent, Property 'onMouseLeave' is private and only accessible within class 'ImageViewerComponent'. node_modules/ngx-image-viewer/ngx-image-viewer.d.ts.ImageViewerComponent.html(34,57): Expected 1 arguments, but got 0. node_modules/ngx-image-viewer/ngx-image-viewer.d.ts.ImageViewerComponent.html(37,57): Expected 1 arguments, but got 0.

ruloalonso commented 3 years ago

Same here