leo6104 / ngx-slick-carousel

Angular 17+ wrapper for slick plugin
113 stars 45 forks source link

Can you add an example for SSR configuration? #95

Closed CarlosTorrecillas closed 2 years ago

CarlosTorrecillas commented 2 years ago

Hello there!

Thanks for the nice package. Would like to know if there is any example where we can check the SSR setup for this package. At the moment I can get that working locally however there is an issue on my SSR build and I believe it has to do with the angular.json configuration.

Would be very useful to see your preferred setup.

Thanks

CarlosTorrecillas commented 2 years ago

Actually my problem was to do with the configuration of the CSSs to be ignore from the PURGECSS step that I had in place. After that it worked like a charm. Thanks!