Please check your email for the order confirmation
147 |footer works!
2 | -------------------------------------------------------------------------------- /client/src/app/footer/footer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelparkadze/angular-ecommerce-app/2ce1bfd45da4e4d8543e4af332828c20341e9f16/client/src/app/footer/footer.component.scss -------------------------------------------------------------------------------- /client/src/app/footer/footer.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { FooterComponent } from './footer.component'; 4 | 5 | describe('FooterComponent', () => { 6 | let component: FooterComponent; 7 | let fixture: ComponentFixture