ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 25:39 in the original .ts file), resolving symbol AppModule in C:/Users/test/myfirst/src/app/app.module.ts
这个错误是因为 private,需要改为public