https://github.com/angular/templating
Templating engine for Angular 2.0
https://github.com/angular/templating
Last synced: 3 months ago
JSON representation
Templating engine for Angular 2.0
- Host: GitHub
- URL: https://github.com/angular/templating
- Owner: angular
- Archived: true
- Created: 2014-02-25T01:39:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T05:42:47.000Z (over 10 years ago)
- Last Synced: 2024-09-26T11:04:21.380Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 27.5 MB
- Stars: 76
- Watchers: 27
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/angular/templating)
# Angular Templating
The templating engine for Angular 2.0.
## Setup
1. `npm install`
1. `npm install -g gulp`
1. `npm install -g bower`
1. `npm install -g protractor`
1. `bower install`
## Running the examples
1. `gulp build watch serve`
2. Go to [http://localhost:8000/dist/amd/example/index.html](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`
1. Start and download webdriver: `webdriver-manager start`
1. Run the tests: `protractor`
### Code Style Guide
* Use 2 spaces as tab, see .editorconfig