Skip to content

Commit b32b180

Browse files
committed
Merge pull request PatrickJS#7 from andresaraujo/master
Add Dart general resources
2 parents 91b3f85 + 00b81bb commit b32b180

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,20 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
181181
* [Angular2Go](https://github.com/johnpapa/angular2-go#awesome-angular2) Angular 2 Go !
182182

183183
### Angular 2 in Dart
184-
> Platform for scalable web app engineering that compiles to JavaScript.
184+
> Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
185+
186+
#### Dart General Resources
187+
* [Dart](https://www.dartlang.org/) Official Website for Dart
188+
* [Dartpad](https://dartpad.dartlang.org/) Dartpad lets play with Dart on-line, in a zero-install, zero configuration environment.
189+
* [Dart Organization (GitHub)](https://github.com/dart-lang) Official Github Organization for Dart
190+
* [Pub](https://pub.dartlang.org/) Repository of packages of software for the Dart programming language.
191+
* [Dartisans](https://plus.google.com/communities/114566943291919232850) The Official Dart Google+ community
192+
* [Dart Slack Channel](https://dartlang-slack.herokuapp.com/) The Official Dart Slack channel.
185193

186194
#### Dart Angular 2 Online Playground
187195

188196
#### Dart Seed Projects
189-
* [ng2-dart-samples](https://github.com/ng2-dart-samples)
197+
* [ng2-dart-samples](https://github.com/ng2-dart-samples) Angular 2 for Dart demos and samples from the community
190198

191199
### Angular 2 in Babel
192200
> The compiler for writing next generation JavaScript.

0 commit comments

Comments
 (0)