Starter seed application for Angular 2 components using TypeScript.
- Angular 2 component development with [TypeScript] (http://www.typescriptlang.org)
- Gulp tasks integration
- Dynamic module loading with SystemJS
- Component demo application
- Configured for npm publishing
Clone repository and then run:
npm install
to install local dependencies
npm start
- run the compiler and a server at the same time, both in "watch mode"npm run tsc
- run TypeScript compiler oncenpm run tsc:w
- run TypeScript compiler in watch modenpm run lite
- run lite-servernpm run clean
- cleanup js and source map filesnpm run lint
- run tslint over ./src and ./demo foldersnpm run test
- compile, run and watch karma unit testsnpm run test-once
- compile, run and watch karma unit tests only oncenpm run e2e
- run protractor e2e tests
MIT