chore(): update stencil + api-spec file

This commit is contained in:
Manu Mtz.-Almeida
2018-11-20 09:17:00 +01:00
committed by Manu MA
parent b645bfd1b7
commit a85ef06ac9
32 changed files with 1170 additions and 223 deletions

View File

@@ -87,13 +87,6 @@ Using tabs with Angular's router is fairly straight forward. The only additional
<!-- Auto Generated Below -->
## Properties
| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | ----------- | --------- | ------- |
| `useRouter` | `use-router` | | `boolean` | `false` |
## Events
| Event | Description | Detail |
@@ -106,16 +99,6 @@ Using tabs with Angular's router is fairly straight forward. The only additional
## Methods
### `getRouteId() => Promise<RouteID | undefined>`
#### Returns
Type: `Promise<RouteID | undefined>`
### `getSelected() => Promise<HTMLIonTabElement | undefined>`
Get the currently selected tab
@@ -158,22 +141,6 @@ Type: `Promise<boolean>`
### `setRouteId(id: string) => Promise<RouteWrite>`
#### Parameters
| Name | Type | Description |
| ---- | -------- | ----------- |
| `id` | `string` | |
#### Returns
Type: `Promise<RouteWrite>`
----------------------------------------------