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 +