material2-carousel icon indicating copy to clipboard operation
material2-carousel copied to clipboard

A carousel component for Angular using Material

Results 36 material2-carousel issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Is there any way to get the current active slide (value)? I need it inside the TS file.

Bug. To reproduce: - Open [demo](https://gsr.dev/material2-carousel/) - Go to the second slide - Resize window Expected behavior: - Resizing window should not trigger sliding Very annoying on mobile devices where...

enhancement
good first issue

Using angular 9 I get an `ExpressionChangedAfterItHasBeenCheckedError`. I solved it by overriding the `MatCarouselSlideComponent` and adding `{ static: true }` to the templateRef property. This is my component: ``` ts...

When I execute `npm install` I've been receiving these errors `npm WARN @ngmodule/[email protected] requires a peer of @angular/material@^7.0.0 but none is installed. You must install peer dependencies yourself.` `npm WARN...

In order to be compliant with Angular Material v9, the dependencies must be deeply imported, otherwise once projects update to Angular 9 and Angular Material v9, the build will break....

enhancement

In order to optimize my project I'm using responsive images based on the size of the screen. Currently seems like when I change the image source it does **not** update...

After installing the module and adding to the includes section in the module file, (before importing into any components), the 'drag' function on the Material slider itself seems to stop...

bug
needs investigation

Hello, I need to be able to create a static carousel where users don't "grab" and move the slides within the angular app I am building. This app is only...

enhancement