Updated the carousel to angular 6 and also changed the carousel rendering logic
Updated to angular 6 and rxjs 6
Major Changes
In this update the carousel is updated to angular 6 and rxjs 6. Also changed the rendering logic similar to angular material component, this cahnges is made for future development to support more items like 100, 200, ...
Please check readme file for stackblitz demo
- Updated the carousel to angular 6 #79 #47 #43
- License file add #74
- Fixed the bug by updating to latest version of angular #73
- Now carousel can have more controls by template reference #71 #68 #52 #28
- Fixed the width error when the video or some dynamic rendering issues #66
NguCarouselConfig
now can be import from carousel #63- Button can be controlled independently using template reference #62
- Fixed the browser crash by properly using life Cycle Hooks #21
- Now velocity can accept 0 value
- For carousel
inputs
useNguCarouselConfig
instead ofNguCarousel
. BecauseNguCarousel
is now directly refers to carousel class