Skip to content

Commit 00b81bb

Browse files
committed
add Dart general resources
1 parent 084f30f commit 00b81bb

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
@@ -178,12 +178,20 @@ TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
178178
* [Angular2Go](https://github.com/johnpapa/angular2-go#awesome-angular2) Angular 2 Go !
179179

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

183191
#### Dart Angular 2 Online Playground
184192

185193
#### Dart Seed Projects
186-
* [ng2-dart-samples](https://github.com/ng2-dart-samples)
194+
* [ng2-dart-samples](https://github.com/ng2-dart-samples) Angular 2 for Dart demos and samples from the community
187195

188196
### Angular 2 in Babel
189197
> The compiler for writing next generation JavaScript.

0 commit comments

Comments
 (0)