https://github.com/tb/angular2crud
Sample CRUD application using Angular 2.
https://github.com/tb/angular2crud
Last synced: 10 months ago
JSON representation
Sample CRUD application using Angular 2.
- Host: GitHub
- URL: https://github.com/tb/angular2crud
- Owner: tb
- Created: 2016-01-12T22:35:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T22:10:57.000Z (over 10 years ago)
- Last Synced: 2025-06-07T03:36:53.126Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2CRUD
This is a sample CRUD - Create, Read, Update, Delete - application written in Angular 2.
Try out the live application here: http://camargo.github.io/Angular2CRUD/
Based off of the Angular 1 version: https://github.com/jshea/AngularCRUD.
Build Instructions:
1. git clone https://github.com/camargo/Angular2CRUD.git
2. npm install
3. npm start
Note: Default back-end is currently set to Firebase so the application should work out of the box. You can set the back-end to Elastic in api.service.ts.
Supplemental Instruction - Try these tutorials first to get acquainted with Angular 2:
1. https://angular.io/docs/ts/latest/quickstart.html
2. https://angular.io/docs/ts/latest/tutorial/