api_index.template.html 750 B

1234567891011121314151617181920212223
  1. ---
  2. layout: "fluid/docs_base"
  3. version: "<$ version.current.name $>"
  4. versionHref: "<$ version.current.href $>"
  5. path: ""
  6. category: api
  7. id: api
  8. title: Javascript
  9. header_sub_title: Extend Ionic even further with the power of Angular
  10. searchable: false
  11. ---
  12. # Ionic API Docs
  13. <img class="section-header" src="/img/docs/api-intro-header.png" />
  14. In the API docs, you'll find two kinds of doc pages: Component and Service APIs.
  15. The Component APIs include classes like `Checkbox`, `Toggle` or `Item` and show you how to use them, in addition to listing their selectors, available properties and events.
  16. The Service APIs are classes like `MenuController`, `Config` or `Platform`. These are services provided by Ionic that can be injected into your classes.