This project was generated with Angular CLI version 7.1.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Here is the information about the app work
- Clone the repository by using following git-hub link https://github.com/amrahman90/ng8-invoiceEditor.git
- After successful Clone install the required dependencies usign command npm install make sure you have node and npm install on your machine
- After the dependencies are installed do ng serve to serve the application by default you can see the application on http://localhost:4200 if you want to change the port use this command ng serve --port (For example ng serve --4300)
- Now when you go to the browser and type the url you will see the side panel where we have the coffee link then click on Coffee fellow on side bar menu
- Now Click on Import buttom comes below bottom left corner to import data from invoice.json file of selected Item (that will show the data for the Coffee Felow)
- Here we see full detail of invoice on right side panel and we can add or edit items.
- Now Click Export button to export selected item as invoice.json and it will export the edited coffee felow data in to json file .