Title

Improve this doc

ion-title is a component that sets the title of the Toolbar or Navbar

Component

selector: ion-title

Usage

<ion-navbar *navbar>
   <ion-title>Tab 1</ion-title>
</ion-navbar>

<!-- or if you wanted to create a subheader title-->
<ion-navbar *navbar>
   <ion-title>Tab 1</ion-title>
</ion-navbar>
<ion-toolbar>
  <ion-title>SubHeader</ion-title>
</ion-toolbar>

API

Native

General