Skip to content

Commit cfa59d0

Browse files
committed
Update README.md
1 parent 4ce8c6d commit cfa59d0

File tree

1 file changed

+60
-3
lines changed

1 file changed

+60
-3
lines changed

README.md

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66

7-
# Awesome Angular 2 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![npm version](https://badge.fury.io/js/angular2.svg)](http://badge.fury.io/js/angular2)
7+
# Awesome Angular 2 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
88

99
Awesome list of [Angular 2](https://angular.io/) seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular 2 ecosystem
1010

@@ -16,9 +16,11 @@ Table of contents:
1616
* [Angular 2 General Resources](#angular-2-general-resources)
1717
* [Angular 2 Community](#angular-2-community)
1818
* [Angular 2 Server-Side Rendering](#angular-2-server-side-rendering)
19+
* [Angular 2 Material Design](#angular-2-material-design)
1920
* [Angular 2 Cheatsheet](#angular-2-cheatsheet)
2021
* [Angular 2 TodoMVC](#angular-2-todomvc)
2122
* [Angular 2 Tutorials](#angular-2-tutorials)
23+
* [Angular 2 Series](#angular-2-series)
2224
* [Angular 2 Video Tutorials](#angular-2-video-tutorials)
2325
* [Angular 2 Books](#angular-2-books)
2426
* [Angular 2 On-Site Training](#angular-2-on-site-training)
@@ -41,7 +43,15 @@ Table of contents:
4143
* [ES5](#angular-2-in-es5)
4244
* [Angular 2 Online Playground](#es5-angular-2-online-playground)
4345
* [Seed Projects](#es5-seed-projects)
44-
46+
* [Platforms](#platforms)
47+
* [Ionic 2](#ionic-2)
48+
* [Ionic 2 General Resources](#ionic-2-general-resources)
49+
* [NativeScript](#nativescript-in-angular-2)
50+
* [NativeScript General Resources](#nativescript-general-resources)
51+
* [Seed Projects](#nativescript-seed-projects)
52+
* [React Native](#react-native)
53+
* [React Native General Resources](#react-native-general-resources)
54+
4555
### Angular 2
4656
> Angular is a development platform for building mobile and desktop web applications.
4757
@@ -72,6 +82,16 @@ Table of contents:
7282

7383
#### Angular 2 Tutorials
7484

85+
#### Angular 2 Series
86+
* Ionic
87+
* [Introduction](http://blog.ionic.io/angular-2-series-introduction/)
88+
* [Components](http://blog.ionic.io/angular-2-series-components/)
89+
* Auth0
90+
* [Working with Pipes](https://auth0.com/blog/2015/09/03/angular2-series-working-with-pipes/)
91+
* [Domain Models and Dependency Injection](https://auth0.com/blog/2015/09/17/angular-2-series-part-2-domain-models-and-dependency-injection/)
92+
* Thoughtram
93+
* [Angular 2 Template Syntax Demystified - Part 1](http://blog.thoughtram.io/angular/2015/08/11/angular-2-template-syntax-demystified-part-1.html)
94+
7595
#### Angular 2 Video Tutorials
7696
* [Udemy - Introduction to Angular 2](https://www.udemy.com/introduction-to-angular2/)
7797
* [Egghead.io Angular 2](https://egghead.io/technologies/angular2)
@@ -84,10 +104,26 @@ Table of contents:
84104
* [AngularClass](https://angularclass.com)
85105

86106
#### Angular 2 Approach Explanation
87-
107+
* Thoughtram
108+
* [Developing a tabs component in Angular 2](http://blog.thoughtram.io/angular/2015/04/09/developing-a-tabs-component-in-angular-2.html)
109+
* [Developing a zippy component in Angular 2](http://blog.thoughtram.io/angular/2015/03/27/building-a-zippy-component-in-angular-2.html)
110+
* [Resolving Service Dependencies in Angular 2](http://blog.thoughtram.io/angular/2015/09/17/resolve-service-dependencies-in-angular-2.html)
111+
* [Forward references in Angular 2](http://blog.thoughtram.io/angular/2015/09/03/forward-references-in-angular-2.html)
112+
* [Host and Visibility in Angular 2's Dependency Injection](http://blog.thoughtram.io/angular/2015/08/20/host-and-visibility-in-angular-2-dependency-injection.html)
113+
* [Dependency Injection in Angular 2](http://blog.thoughtram.io/angular/2015/05/18/dependency-injection-in-angular-2.html)
114+
* [Routing in Angular 2](http://blog.thoughtram.io/angular/2015/06/16/routing-in-angular-2.html)
115+
* [Angular 2 Template Syntax Demystified - Part 1](http://blog.thoughtram.io/angular/2015/08/11/angular-2-template-syntax-demystified-part-1.html)
116+
* [View Encapsulation in Angular 2](http://blog.thoughtram.io/angular/2015/06/29/shadow-dom-strategies-in-angular2.html)
117+
* [Styling Angular 2 components](http://blog.thoughtram.io/angular/2015/06/25/styling-angular-2-components.html)
118+
* [Even better ES5 code for Angular 2](http://blog.thoughtram.io/angular/2015/07/06/even-better-es5-code-for-angular-2.html)
119+
* [Writing Angular 2 code in ES5](http://blog.thoughtram.io/angular/2015/05/09/writing-angular-2-code-in-es5.html)
120+
* [The difference between Annotations and Decorators](http://blog.thoughtram.io/angular/2015/05/03/the-difference-between-annotations-and-decorators.html)
121+
88122
#### Angular 2 Integrations
89123
* [video] [FalcorJS + Angular2](https://youtu.be/z8UgDZ4rXBU)
90124
* [Angular2-Meteor](http://angular-meteor.com/angular2)
125+
* [github] [nativescript-angular](https://github.com/NativeScript/nativescript-angular)
126+
* [github] https://github.com/angular/react-native-renderer
91127

92128
#### Angular 2 TodoMVC
93129
* [Official Angular 2.0](http://todomvc.com/examples/angular2/)
@@ -143,6 +179,27 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
143179

144180
#### ES5 Seed Projects
145181

182+
### Platforms
183+
184+
##### Ionic 2 General Resources
185+
* [github] [Repo](https://github.com/driftyco/ionic2)
186+
187+
#### Angular 2 in NativeScript
188+
> Build truly native iOS, Android and Windows Phone apps with Javascript and CSS. Try NativeScript open-source framework for cross-platform development.
189+
190+
##### NativeScript General Resources
191+
* [NativeScript](https://www.nativescript.org/) Official Website for NativeScript
192+
193+
#### NativeScript Seed Projects
194+
* [github] [sample-Angular2](https://github.com/NativeScript/sample-Angular2)
195+
196+
#### Angular 2 in React Native
197+
> React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript
198+
199+
##### React Native General Resources
200+
* [React Native](https://facebook.github.io/react-native/) Official Website for React Native
201+
202+
146203
## License
147204

148205
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)

0 commit comments

Comments
 (0)