diff --git a/src/app/carousel/carousel.component.html b/src/app/carousel/carousel.component.html new file mode 100644 index 0000000..396440c --- /dev/null +++ b/src/app/carousel/carousel.component.html @@ -0,0 +1,28 @@ +
\ No newline at end of file diff --git a/src/app/carousel/carousel.component.scss b/src/app/carousel/carousel.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/carousel/carousel.component.spec.ts b/src/app/carousel/carousel.component.spec.ts new file mode 100644 index 0000000..4d935d7 --- /dev/null +++ b/src/app/carousel/carousel.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { CarouselComponent } from './carousel.component'; + +describe('CarouselComponent', () => { + let component: CarouselComponent; + let fixture: ComponentFixture