Posts by Andre Luis Silva • 1 point
1 post
-
0
votes0
answers18
viewsQ: I noticed in Chrome devtools that my application (Angular) is making many requests. What could be wrong?
//SERVICE import { Injectable } from '@angular/core'; import { Angularfirestore, Angularfirestorecollection } from '@angular/fire/firestore'; import { Product } from '.. /model/product'; //import *…