From f117500af54a2af97e2f76ebf823e20eed1cde62 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 29 Feb 2016 21:25:28 -0800 Subject: [PATCH] docs(server-communication/dart): add placeholder page closes #902 --- public/docs/dart/latest/guide/_data.json | 5 +++++ .../docs/dart/latest/guide/server-communication.jade | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 public/docs/dart/latest/guide/server-communication.jade diff --git a/public/docs/dart/latest/guide/_data.json b/public/docs/dart/latest/guide/_data.json index c5e97ee283..ffa40fbb2a 100644 --- a/public/docs/dart/latest/guide/_data.json +++ b/public/docs/dart/latest/guide/_data.json @@ -48,6 +48,11 @@ "intro": "Discover the basics of screen navigation with the Angular 2 router." }, + "server-communication": { + "title": "Http Client", + "intro": "Talk to a remote server with the Angular Http Client." + }, + "lifecycle-hooks": { "title": "Lifecycle Hooks", "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." diff --git a/public/docs/dart/latest/guide/server-communication.jade b/public/docs/dart/latest/guide/server-communication.jade new file mode 100644 index 0000000000..f270d4120f --- /dev/null +++ b/public/docs/dart/latest/guide/server-communication.jade @@ -0,0 +1,12 @@ +include ../../../../_includes/_util-fns + +:marked + We're working on the Dart version of this chapter. + In the meantime, please see these resources: + + * [Http Client](/docs/ts/latest/guide/server-communication.html): + The TypeScript version of this chapter + + * [Dart source code](https://github.com/angular/angular.io/tree/master/public/docs/_examples/server-communication/dart): + A preliminary version of the example code that will appear in this chapter +