I'm working on implementing a carousel in my setup using Angular CLI: 6.0.5
, Node: 10.1.0
, OS: win32 x64
, and Angular: 6.0.3
. However, I haven't been able to locate documentation for creating the carousel in Angular's Material Design framework at this link. Since I am new to this design framework, I only want to utilize material design to create the carousel, not bootstrap or any other tools. Is there specific documentation available for designing a carousel or any solutions for doing so? Can you guide me on how to implement a carousel with material design in Angular 6?