An open API service indexing awesome lists of open source software.

https://github.com/codef0rmer/angular2-components-in-traction

This is a clone of Angular1 examples and I'm going to convert them to Angular2 to learn along the way :-)
https://github.com/codef0rmer/angular2-components-in-traction

Last synced: 5 months ago
JSON representation

This is a clone of Angular1 examples and I'm going to convert them to Angular2 to learn along the way :-)

Awesome Lists containing this project

README

          

Angular2 Components in Traction (WIP)
=========

This is a clone of examples from [AngularJS Directives in Traction](https://github.com/codef0rmer/angular-directives-in-traction) that are converted to Angular2 and I'm probably going to write a separate blog post for each.

Installation
--------------
Please download the source code and put it in the root directory of any web server installed on your system. NodeJS and NPM are prerequisite.

```sh
cd angular2-components-in-traction
npm install
npm start
npm test
```

Using the Companion Suite
-------------------------
*Chapter 1: ch01/*
* [angular-template.html](https://amitgharat.wordpress.com/2016/01/08/angular2-the-first-time/)
* [di.html](https://amitgharat.wordpress.com/2016/02/14/angular2-dependency-injection/)
* [twoway-databinding.html](https://amitgharat.wordpress.com/2016/06/19/angular2-data-binding/)

*Chapter 2: ch02/*
* component.html
* component-nested.html
* provider.html
* pipe.html
* instant-search.html

*Chapter 3: ch03/*
* placeholder.html

*Chapter 4: ch04/*
* restrict.html
* template.html
* templateUrl.html
* priority.html
* super-marquee.html
* iscroll-directive.html

*Chapter 5: ch05/*
* scope-false.html
* scope-true.html
* scope-isolate.html
* iscroll-directive.html

*Chapter 6: ch06/*
* transclude.html
* ng-model.html
* ng-model-spinner.html
* thumbnail-viewer.html

*Chapter 7: ch07/*
* $apply.html
* $digest.html
* watch-deeply.html
* iscroll-directive.html
* watch-spinner.html
* image-lazy-loader.html
* image-lazy-loader-fixed.html

License
----

MIT