From b2ad7f0de18d9f55e21773b09dfd8fd9386d9468 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 12 Feb 2016 18:27:44 -0600 Subject: [PATCH] chore(site): update API index --- scripts/docs/templates/api_index.template.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/docs/templates/api_index.template.html b/scripts/docs/templates/api_index.template.html index 97ab962a48..0a559bac1a 100644 --- a/scripts/docs/templates/api_index.template.html +++ b/scripts/docs/templates/api_index.template.html @@ -16,8 +16,10 @@ searchable: false -Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of it to provide a much more flexible framework. Moving from Angular 1's controllers and services to ES6 classes provides a much more powerful way to work with an API, as well as being driven by standards. +Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of it to provide a much more flexible framework. -You'll find two kin of doc pages, Components and Class APIs. The components include things like `ion-toggle`, `ion-radio`, `ion-tabs` and show you how to use them as well as all the available properties and events then have. The class APIs include our `NavController`, `NavParams`, `ViewController`, or `Storage`. These are the programmatic parts of Ionic 2 that you can call from your own classes. +In the API docs, you'll find two kinds of doc pages: Component and Service APIs. -Explore our API docs for detailed information on the components and their classes +The Component docs include things like `ion-toggle`, `ion-radio`, `ion-tabs` and show you how to use them, as well as all of their available properties and events. + +The Service APIs include `NavController`, `NavParams`, `Config` or `Platform`. These are Services provided by Ionic 2 that can be injected into your classes.