I am working with a page created with angle 2, and when downloading the code and trying to raise it locally I get the following error. Any suggestions?
The reference errors are usually basic in that they refer, as in this case, to which you are referring (in line 132 of account-plan.ts) to a variable that was not declared.
Without having seen your code, I imagine that the most probable thing is that if you declare the variable at the beginning of the class, the error disappears:
public accounting_1: any;