https://github.com/robinradic/angular2-jspm-ts-systemjs
Angular 2 - Typescript - SystemJS - JSPM - Grunt example/test
https://github.com/robinradic/angular2-jspm-ts-systemjs
Last synced: 9 months ago
JSON representation
Angular 2 - Typescript - SystemJS - JSPM - Grunt example/test
- Host: GitHub
- URL: https://github.com/robinradic/angular2-jspm-ts-systemjs
- Owner: RobinRadic
- Created: 2015-10-22T18:07:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T18:12:08.000Z (over 10 years ago)
- Last Synced: 2025-10-12T05:50:01.473Z (9 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular 2 - Typescript - SystemJS - JSPM - Grunt
==============
And jade.. and scss..
## Install
- `git clone https://github.com/robinradic/angular2-jspm-ts-systemjs a2jspm`
- `cd a2jspm`
- `npm install`
- `jspm install`
- `tsd install`
##### Gruntfile.ts
The [RobinRadic/grunt-cli](https://github.com/RobinRadic/grunt-cli) fork has `liftoff` and `interpret` implemented, so it'll load `Gruntfile.ts` like its javascript.
##### Jade - Removing brackets
- [Angular 2 template syntax](http://victorsavkin.com/post/119943127151/angular-2-template-syntax) blog post covering this in great detail
You can replace all the brackets in your template with bind-, on-, and bindon-.
```html
```
is the same as
```html
```