@Pratikjaiswa15 wrote:
I am using ionic 4 to build an app. Whereas my app is working fine on browser but when I build android platform it is giving me error for this line
for (let [index, p] of this.cart.entries())The error is Type ‘IterableIterator<[number, any]>’ is not an array type or a string type. Use compiler option ‘–downlevelIteration’ to allow iterating of iterators.
My typescript version is 3.7.2
The app is working fine on browser but android platform is not getting build
Posts: 1
Participants: 1