I am having an issue where I want to refer to a class member in an Angular class. I typically access it as follows:
this.productList
Problem