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