This is a Angular 5 Basic Demo CRUD Application. This project was generated with Angular CLI version 1.5.0.
- Angular 5;
- NPM version 6.1.0;
1. cd to project folder
2. Inside folder, run below command to install dependencies:-
```bash
npm install
```
1. Update BaseUrl in src/utils/constants.ts . It must be pointed to symfony backend(The URL on which symfony is running)
2. 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.
Build
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.