An open API service indexing awesome lists of open source software.

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.

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/