mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(api): update API index.md
This commit is contained in:
@ -20,6 +20,6 @@ Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of
|
|||||||
|
|
||||||
In the API docs, you'll find two kinds of doc pages: Component and Service APIs.
|
In the API docs, you'll find two kinds of doc pages: Component and Service APIs.
|
||||||
|
|
||||||
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 Component APIs include classes like `Menu`, `Nav` or `Checkbox` and show you how to use them, in addition to listing their selectors, 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.
|
The Service APIs are classes like `NavController`, `NavParams`, `Config` or `Platform`. These are services provided by Ionic 2 that can be injected into your classes.
|
||||||
|
Reference in New Issue
Block a user