Open vagnerolliver opened 6 years ago
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?
Anybody ever get this working well? My sliders still don't show on first render.
global['slick'] = require('slick-carousel');
it works in server.ts
AnyBody already got run with Angular Universal?