Angular Templating
June 28, 2014 ยท View on GitHub
Angular Templating
The templating engine for Angular 2.0.
Setup
npm installnpm install -g gulpnpm install -g bowernpm install -g protractorbower 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
