Hi I am trying to implement the solution using this guide,
Question: To read the GOOGLE_API_KEY from "environment.ts" file? we need to reference it in different file. for example: test.ts
I am getting the following error "src/environments/environment.ts' is not a module." as environment.ts file is added to .gitignore section.
Please help me how to overcome this?