I'm currently working on a problem and I need some guidance. In order to load JSON data from a local file in my Angular app, is there a method within Angular that allows me to include or read the file directly? Or do I have to utilize a file API to extract information from the file and then store the objects in an array? Thank you.