0
this.vendorService.getCities(e.id)
    .then((d) => {
            this.cityList = d.info;
        }

    });

when I check this.cityList in breakpoints it throw error but in console.log(this.cityList) it works fine .

I am using Angular-cli

Uncaught TypeError: Cannot read property 'cityList' of undefined

Ashutosh Jha
  • 15,451
  • 11
  • 52
  • 85

0 Answers0