Awesome
Angular Templating
The templating engine for Angular 2.0.
Setup
npm install
npm install -g gulp
npm install -g bower
npm install -g protractor
bower install
Running the examples
gulp build watch serve
- Go to http://localhost:8000/dist/amd/example/index.html
Unit tests
- Unit tests:
karma start
E2e tests
- Start the server:
gulp build watch serve
- Start and download webdriver:
webdriver-manager start
- Run the tests:
protractor
Code Style Guide
- Use 2 spaces as tab, see .editorconfig