Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

angular/templating

Repository files navigation

Build Status

Angular Templating

The templating engine for Angular 2.0.

Setup

  1. npm install
  2. npm install -g gulp
  3. npm install -g bower
  4. npm install -g protractor
  5. bower install

Running the examples

  1. gulp build watch serve
  2. Go to http://localhost:8000/dist/amd/example/index.html

Unit tests

  1. Unit tests: karma start

E2e tests

  1. Start the server: gulp build watch serve
  2. Start and download webdriver: webdriver-manager start
  3. Run the tests: protractor

Code Style Guide

  • Use 2 spaces as tab, see .editorconfig