From 0d362e196b83d6cf0796727507817f5eb317dd81 Mon Sep 17 00:00:00 2001 From: thso Date: Mon, 18 Apr 2016 21:44:48 +0100 Subject: [PATCH] Add a `docsync` file to the dependency-injection example. (#1116) --- public/docs/_examples/dependency-injection/dart/.docsync.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/docs/_examples/dependency-injection/dart/.docsync.json diff --git a/public/docs/_examples/dependency-injection/dart/.docsync.json b/public/docs/_examples/dependency-injection/dart/.docsync.json new file mode 100644 index 0000000000..3695627e50 --- /dev/null +++ b/public/docs/_examples/dependency-injection/dart/.docsync.json @@ -0,0 +1,4 @@ +{ + "name": "Dependency injection", + "docHref": "https://angular.io/docs/dart/latest/guide/dependency-injection.html" +}