https://github.com/techiediaries/ng-crm
A Simple Angular 6 CRM (CRUD Example)
https://github.com/techiediaries/ng-crm
angular6 crm httpclient rest
Last synced: 10 months ago
JSON representation
A Simple Angular 6 CRM (CRUD Example)
- Host: GitHub
- URL: https://github.com/techiediaries/ng-crm
- Owner: techiediaries
- Created: 2018-05-05T19:37:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T14:54:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T15:51:54.434Z (10 months ago)
- Topics: angular6, crm, httpclient, rest
- Language: TypeScript
- Homepage: https://www.techiediaries.com/angular-tutorial/
- Size: 114 KB
- Stars: 50
- Watchers: 5
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM App with Angular 6
This is the front-end application for this [back-end](https://github.com/techiediaries/django-crm) built with Django.
You can read this [tutorial](https://www.techiediaries.com/angular-tutorial) accompanying this repository for more information.
For v7, read the [Angular 7 tutorial](https://www.techiediaries.com/angular-tutorial-basics/).
Also read:
[Angular 7|6 Tutorial: Using Angular HttpClient with Node & Express.js - Example POST Requests](https://www.techiediaries.com/angular-tutorial-httpclient-post/)
[Angular 7|6 By Example: HTTP GET Requests with HttpClient (Services, async pipe and Observables)](https://www.techiediaries.com/angular-by-example-httpclient-get/)
[Angular Http — Angular 6|7 HttpClient Tutorial](https://www.techiediaries.com/angular-http-client)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.0.
## Development server
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.
## Code scaffolding
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`.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).