feat: implement product overview and quantity components
This commit is contained in:
@ -7,7 +7,6 @@ import { provideHttpClient, withFetch } from '@angular/common/http';
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideZoneChangeDetection({ eventCoalescing: true }),
|
||||
|
||||
provideRouter(routes),
|
||||
provideHttpClient(withFetch())
|
||||
]
|
||||
|
Reference in New Issue
Block a user