I am trying to read a JSON file in an Angular 8 library which I am creating. I want to read the JSON file to load translations and implement internationalization for one of the component in the library.
Additional information: The JSON file is present in the src folder only, and I want to read its content and load translations in my service.