SyntaxFix
Write A Post
Hire A Developer
Questions
In angular (or any other framework), you can load using http get I use it something like this:
this.http.get(<path_to_your_json_file)) .success((data) => console.log(data));
Hope this helps.