Browse Source

Created carousel component for testimonials

pull/2394/head
Subhajit Ghosh 2 years ago
parent
commit
3c343e9950
  1. 2
      libs/ui/src/lib/carousel/carousel.ts

2
libs/ui/src/lib/carousel/carousel.ts

@ -35,7 +35,7 @@ import {
} }
@Component({ @Component({
selector: 'app-carousel', selector: 'gf-carousel',
templateUrl: './carousel.html', templateUrl: './carousel.html',
styleUrls: ['./carousel.scss'], styleUrls: ['./carousel.scss'],
encapsulation: ViewEncapsulation.None, encapsulation: ViewEncapsulation.None,

Loading…
Cancel
Save