This project was generated with Angular CLI version 6.1.2 for the purpose of demonstrating CRUD functionality for an online exam.
This API app partner of this project is the Laravel-Product-App
First thing to do is clone the project.git clone https://github.com/michael-roewin/Angular-Product-App.git
Go to the project directory and install the Dependencies: npm i
If you have a different URL for the Laravel-Product-App
API. You need to set this value in the apiUrl variable inside src/app/constant.ts
Run The Application! :)
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 build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.