|
|
@ -4,7 +4,6 @@ import { LogoItem } from './interfaces/interfaces'; |
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
imports: [], |
|
|
|
|
|
selector: 'gf-logo-carousel', |
|
|
selector: 'gf-logo-carousel', |
|
|
styleUrls: ['./logo-carousel.component.scss'], |
|
|
styleUrls: ['./logo-carousel.component.scss'], |
|
|
templateUrl: './logo-carousel.component.html' |
|
|
templateUrl: './logo-carousel.component.html' |
|
|
|