I have been getting a few quesions on how to process a CSV using only Angular. While Angular might no be the best platform to do this, BehaviorSubjects + services are a way to get around it. If you have any questions, you'll find my contact info once you compile and run this repo - Good luck!
This project was generated with
Angular CLI version 6.2.2.
NodeJS version 8.11.3
Both of these need to be installed before the you follow the instructions below.
-
Clone this repo (run
git clone https://github.com/Eduardo-Vargas/angular-csv-parser/
in your terminal) -
Navigate to the cloned repo (run
cd angular-csv-parser
) -
Install all dependencies using
npm install
-
Run
ng serve -o
for a dev server. A new tab should open in your default browser but if it doesn't just navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.