Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 434 Bytes

Angular 2.0 Example

Angular 2.0 example application with routing, http calls, unit tests, and Parse.com CRUD Integration

npm install

Create a Persons table in Parse Cloud with the following fields. FullName,Age,Email,Address

Update Parse Keys in /app/Constants/constants.ts

npm Start

username:testuser , password:testuser

open Browser localhost://3000

To run unit tests.

npm test

Demo

https://angular2-test.herokuapp.com