feat: implement product overview and quantity components

This commit is contained in:
2025-04-29 09:20:08 +02:00
parent 17c955067e
commit b9c29a5dea
14 changed files with 188 additions and 96 deletions

View File

@ -7,7 +7,6 @@ import { provideHttpClient, withFetch } from '@angular/common/http';
export const appConfig: ApplicationConfig = {
providers: [
provideZoneChangeDetection({ eventCoalescing: true }),
provideRouter(routes),
provideHttpClient(withFetch())
]