Any plans to add a carousel to Angular Material?
Here are the Bootstrap versions in jQuery and Angular:
Thanks.
I don't think this will be in the line of action for 1.1.0 atleast, as there are some components and features in the line for release.
and it is not even in the material design specs
Submitting a PR which implements this is probably the fastest (possibly the only) way to get this added to angular material.
If you want one without bootstrap, I made this at some point: https://github.com/FDIM/ng-carousel
On the other hand, it would be great to have something like this as part of the core though.
I think this type of component should go in an extensions library (eg angular-material-extensions). This will not be the core library (angular-material).
Most helpful comment
If you want one without bootstrap, I made this at some point: https://github.com/FDIM/ng-carousel
On the other hand, it would be great to have something like this as part of the core though.