Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: third_party/pkg/di/README.md

Issue 107003007: Adding Angular's DI package & Dart unittests which test it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/di/LICENSE ('k') | third_party/pkg/di/TODO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/di/README.md
diff --git a/third_party/pkg/di/README.md b/third_party/pkg/di/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..7b3c0458b7c4a4d667a60035cb5f849c504437d3
--- /dev/null
+++ b/third_party/pkg/di/README.md
@@ -0,0 +1,7 @@
+[![Build Status](https://drone.io/github.com/angular/di.dart/status.png)](https://drone.io/github.com/angular/di.dart/latest)
+
+# A prototype of Dependency Injection framework for Dart
+
+Influenced by Pico Container, AngularJS DI, Node DI, Guice, Dagger and what not.
+
+For example usage see [the tests](https://github.com/angular/di.dart/blob/master/test/main.dart).
« no previous file with comments | « third_party/pkg/di/LICENSE ('k') | third_party/pkg/di/TODO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698