InfomediaLtd / angular2-materialize

Angular 2 support for Materialize CSS framework.
https://infomedialtd.github.io/angular2-materialize/
MIT License
407 stars 140 forks source link

Carousel does not load data from service #434

Open ghost opened 6 years ago

ghost commented 6 years ago

My carousel load my data from backend with angular service, i pass id from url params, my service request data by id and in my component, change data for carousel, but when i change id and get response my carousel does not load with new data.