I have an Angular app, and everything was fine, till this error appeared. I couldn´t open localhost to see console as well.
Did someone have it? How to solve it?
I have an Angular app, and everything was fine, till this error appeared. I couldn´t open localhost to see console as well.
Did someone have it? How to solve it?
From the screenshot, it seems that you're trying access pop property of an Object ({}) in files bike-new.component.ts - line 55, order-detail.component.ts line 54 and order-new.component.ts line 76.
Please check your object again, it seems that it doesn't contain any property called pop.
Error in ~/bike-new.component.ts(55, 78).... In this, 55 is row number and 78 is column number.