Looking to upload a JSON file via file upload in Angular (using version 6) and read its contents directly within the app, without sending it to an API first.
Have been searching for ways to achieve this without success, as most results are geared towards reading local files on a server in Angular instead of through a file upload.