How to configure aws-sdk in Angular 7
To resolve this issue, you can try to add in your tsconfig.app.json
the following line:
"types": ["node"]
Angular is complaining because some node environment types are needed.
To resolve this issue, you can try to add in your tsconfig.app.json
the following line:
"types": ["node"]
Angular is complaining because some node environment types are needed.