fix(angular): module exports

This commit is contained in:
Manu Mtz.-Almeida
2018-03-30 21:52:29 +02:00
parent b35f95a4d8
commit cece447092
40 changed files with 652 additions and 991 deletions

View File

@ -62,7 +62,7 @@ string
#### component
any
The component to display inside of the tab.
@ -156,7 +156,7 @@ string
#### component
any
The component to display inside of the tab.

View File

@ -1,5 +1,6 @@
import { Build, Component, Element, Event, EventEmitter, Method, Prop, State, Watch } from '@stencil/core';
import { FrameworkDelegate, attachComponent } from '../../utils/framework-delegate';
import { ComponentRef } from '../..';
@Component({
tag: 'ion-tab'
@ -44,7 +45,7 @@ export class Tab {
/**
* The component to display inside of the tab.
*/
@Prop() component: any;
@Prop() component: ComponentRef;
/**
* The name of the tab.