Contact management app to manage your contacts.
This project was generated with Angular CLI version 8.3.22.
- Run
npm install
to install all the dependencies. - Install JSON Server CLI by running
npm install -g json-server
. - Run
npm start
ornpm run start
for a dev server and JSON Server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.db.json
located at the project root is the mocked database.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.