jpilfold / ngx-image-viewer

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

Minor changes to be properly compiled with `ng build --prod` command in Angular 8 #40

Closed foncho closed 2 years ago

foncho commented 5 years ago

We are developing a project with Angular 8, and we used this module as image carousel, but when we tried to compile it under production environment (ng build --prod), we have no able to finish the process due to some syntax errors like:

Hope you may wish to consider these minimal changes for improving this awesome module.

chrismclarke commented 4 years ago

Would appreciate this one getting merged in as current production build breaks when using with angular 8