docs(server-communication/dart): add placeholder page

closes #902
This commit is contained in:
Kathy Walrath 2016-02-29 21:25:28 -08:00
parent 586de0edc9
commit f117500af5
2 changed files with 17 additions and 0 deletions

View File

@ -48,6 +48,11 @@
"intro": "Discover the basics of screen navigation with the Angular 2 router." "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": { "lifecycle-hooks": {
"title": "Lifecycle Hooks", "title": "Lifecycle Hooks",
"intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them."

View File

@ -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