- Install Dependencies :
npm install
- Run project on localhost: :
npm start
- Visit
http://localhost:3000
"angular2": "2.0.0-beta.7",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"ng2-bootstrap": "1.3.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.22",
"zone.js": "0.5.15"
- Display dummy data using http request on data table.
- Filter, Sort, Edit and Add are processed with angular2-datatabe component.
- And if user click delete button then Confirm modal appears. He can click Ok or Cancel.