Files
ionic-framework/scripts/docs/templates/api_index.template.html
2016-02-12 18:28:05 -06:00

26 lines
880 B
HTML

---
layout: "v2_fluid/docs_base"
version: "<$ version.current.name $>"
versionHref: "<$ version.current.href $>"
path: ""
category: api
id: api
title: Javascript
header_sub_title: Extend Ionic even further with the power of AngularJS
searchable: false
---
# Ionic 2 API Docs
<img class="section-header" src="/img/docs/api-intro-header.png" />
Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of it to provide a much more flexible framework.
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 Service APIs include `NavController`, `NavParams`, `Config` or `Platform`. These are Services provided by Ionic 2 that can be injected into your classes.