This application demonstrates how Angular and TypeScript can be used together. It relies on a Node.js RESTful backend service. Note that the Node.js service relies on static data so changes to data won't presist across node process restarts.
The application uses:
- Angular
- TypeScript
- Node.js
The TypeScript source can be found in the src/public/app folder.
-
Install global dependencies if necessary
npm install -g gulp-cli tsd
-
Install node packages (installs tsd definitions and compiles TS):
npm install
-
Launch the server
npm start
-
Open browser at http://localhost:8000/