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 :-)
- Host: GitHub
- URL: https://github.com/codef0rmer/angular2-components-in-traction
- Owner: codef0rmer
- Created: 2016-08-14T16:33:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T13:58:54.000Z (over 9 years ago)
- Last Synced: 2025-05-09T02:14:56.560Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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