ngx-slick icon indicating copy to clipboard operation
ngx-slick copied to clipboard

with Angular Universal?

Open vagnerolliver opened this issue 7 years ago • 4 comments

AnyBody already got run with Angular Universal?

vagnerolliver avatar Jul 18 '18 20:07 vagnerolliver

I have recently tried to upgrade my Angular 5 project to Angular universal. Everything went well except ngx-slick library. I got the undefined issue when I wrap this up with Angular universal. Any clue on this?

polaris327 avatar Aug 10 '18 08:08 polaris327

https://github.com/devmark/ngx-slick/compare/master...vn271:patch-1
Maybe helps you

luk3vn avatar Sep 13 '18 09:09 luk3vn

Anybody ever get this working well? My sliders still don't show on first render.

dwene avatar Dec 27 '19 15:12 dwene

global['slick'] = require('slick-carousel');

it works in server.ts

vavepl avatar Dec 30 '19 22:12 vavepl