Angular2 CRUD Application
CRUD Application - Angular 2 Typescript
1) Open a command prompt
2) Type: npm install
This installs the node-module and typings dependencies
3) Type: npm start
This launches the TypeScript compiler (tsc) to compile the application and watches for changes.
It also starts the lite-server and launches in the browser to run the application on port 3000.
This is the simple app to kickstart with Angular 2 (Typescript)
Features used in APP
Angular 2 Features used in APP