docs(): hide modules from docs

This commit is contained in:
mhartington
2017-03-16 11:49:21 -04:00
parent 25dd7b5fce
commit 546003037e
49 changed files with 49 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import { IconModule } from '../icon/icon.module';
import { ActionSheetCmp } from './action-sheet-component'; import { ActionSheetCmp } from './action-sheet-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule, BackdropModule,

View File

@ -7,6 +7,7 @@ import { BackdropModule } from '../backdrop/backdrop.module';
import { AlertCmp } from './alert-component'; import { AlertCmp } from './alert-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule, BackdropModule,

View File

@ -4,6 +4,7 @@ import { IonicApp } from './app-root';
import { NavModule } from '../nav/nav.module'; import { NavModule } from '../nav/nav.module';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
NavModule NavModule

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Avatar } from './avatar'; import { Avatar } from './avatar';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Avatar Avatar

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Backdrop } from './backdrop'; import { Backdrop } from './backdrop';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Backdrop Backdrop

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Badge } from './badge'; import { Badge } from './badge';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Badge Badge

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Button } from './button'; import { Button } from './button';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Button Button

View File

@ -5,6 +5,7 @@ import { CardContent } from './card-content';
import { CardHeader } from './card-header'; import { CardHeader } from './card-header';
import { CardTitle } from './card-title'; import { CardTitle } from './card-title';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Card, Card,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Checkbox } from './checkbox'; import { Checkbox } from './checkbox';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Checkbox Checkbox

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Chip } from './chip'; import { Chip } from './chip';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Chip Chip

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { ClickBlock } from './click-block'; import { ClickBlock } from './click-block';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
ClickBlock ClickBlock

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Content } from './content'; import { Content } from './content';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Content Content

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { DateTime } from './datetime'; import { DateTime } from './datetime';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule CommonModule

View File

@ -6,6 +6,7 @@ import { FabButton } from './fab';
import { FabContainer } from './fab-container'; import { FabContainer } from './fab-container';
import { FabList } from './fab-list'; import { FabList } from './fab-list';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
IconModule IconModule

View File

@ -4,6 +4,7 @@ import { Grid } from './grid';
import { Row } from './row'; import { Row } from './row';
import { Col } from './col'; import { Col } from './col';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Grid, Grid,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Img } from './img'; import { Img } from './img';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Img Img

View File

@ -6,6 +6,7 @@ import { InfiniteScrollContent } from './infinite-scroll-content';
import { SpinnerModule } from '../spinner/spinner.module'; import { SpinnerModule } from '../spinner/spinner.module';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, CommonModule,

View File

@ -6,6 +6,7 @@ import { NativeInput } from './native-input';
import { NextInput } from './next-input'; import { NextInput } from './next-input';
import { TextInput } from './input'; import { TextInput } from './input';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, CommonModule,

View File

@ -7,6 +7,7 @@ import { Config } from '../config/config';
* that all Ionic components need, such as accessing underlying native elements and * that all Ionic components need, such as accessing underlying native elements and
* sending/receiving app-level events. * sending/receiving app-level events.
*/ */
/** @hidden */
export class Ion { export class Ion {
/** @hidden */ /** @hidden */
_config: Config; _config: Config;

View File

@ -13,6 +13,7 @@ import { Reorder } from './reorder';
import { IconModule } from '../icon/icon.module'; import { IconModule } from '../icon/icon.module';
import { LabelModule } from '../label/label.module'; import { LabelModule } from '../label/label.module';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, CommonModule,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Label } from './label'; import { Label } from './label';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Label Label

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { List } from './list'; import { List } from './list';
import { ListHeader } from './list-header'; import { ListHeader } from './list-header';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
List, List,

View File

@ -6,6 +6,7 @@ import { SpinnerModule } from '../spinner/spinner.module';
import { LoadingCmp } from './loading-component'; import { LoadingCmp } from './loading-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule, BackdropModule,

View File

@ -6,6 +6,7 @@ import { Menu } from './menu';
import { MenuClose } from './menu-close'; import { MenuClose } from './menu-close';
import { MenuToggle } from './menu-toggle'; import { MenuToggle } from './menu-toggle';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule BackdropModule

View File

@ -4,6 +4,7 @@ import { BackdropModule } from '../backdrop/backdrop.module';
import { ModalCmp } from './modal-component'; import { ModalCmp } from './modal-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule BackdropModule

View File

@ -7,6 +7,7 @@ import { NavPush } from './nav-push';
import { NavPushAnchor } from './nav-push-anchor'; import { NavPushAnchor } from './nav-push-anchor';
import { OverlayPortal } from './overlay-portal'; import { OverlayPortal } from './overlay-portal';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Nav, Nav,

View File

@ -6,6 +6,7 @@ import { Navbar } from './navbar';
import { ButtonModule } from '../button/button.module'; import { ButtonModule } from '../button/button.module';
import { IconModule } from '../icon/icon.module'; import { IconModule } from '../icon/icon.module';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
ButtonModule, ButtonModule,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Note } from './note'; import { Note } from './note';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Note Note

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Option } from './option'; import { Option } from './option';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Option Option

View File

@ -7,6 +7,7 @@ import { ButtonModule } from '../button/button.module';
import { PickerCmp } from './picker-component'; import { PickerCmp } from './picker-component';
import { PickerColumnCmp } from './picker-column'; import { PickerColumnCmp } from './picker-column';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule, BackdropModule,

View File

@ -4,6 +4,7 @@ import { BackdropModule } from '../backdrop/backdrop.module';
import { PopoverCmp } from './popover-component'; import { PopoverCmp } from './popover-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule BackdropModule

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { RadioButton } from './radio-button'; import { RadioButton } from './radio-button';
import { RadioGroup } from './radio-group'; import { RadioGroup } from './radio-group';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
RadioButton, RadioButton,

View File

@ -4,6 +4,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Range } from './range'; import { Range } from './range';
import { RangeKnob } from './range-knob'; import { RangeKnob } from './range-knob';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule CommonModule

View File

@ -7,6 +7,7 @@ import { SpinnerModule } from '../spinner/spinner.module';
import { Refresher } from './refresher'; import { Refresher } from './refresher';
import { RefresherContent } from './refresher-content'; import { RefresherContent } from './refresher-content';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, CommonModule,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Scroll } from './scroll'; import { Scroll } from './scroll';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Scroll Scroll

View File

@ -5,6 +5,7 @@ import { IconModule } from '../icon/icon.module';
import { Searchbar } from './searchbar'; import { Searchbar } from './searchbar';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
ButtonModule, ButtonModule,

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Segment } from './segment'; import { Segment } from './segment';
import { SegmentButton } from './segment-button'; import { SegmentButton } from './segment-button';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Segment, Segment,

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Select } from './select'; import { Select } from './select';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule CommonModule

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { ShowWhen } from './show-when'; import { ShowWhen } from './show-when';
import { HideWhen } from './hide-when'; import { HideWhen } from './hide-when';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
ShowWhen, ShowWhen,

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Slide } from './slide'; import { Slide } from './slide';
import { Slides } from './slides'; import { Slides } from './slides';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Slide, Slide,

View File

@ -3,6 +3,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Spinner } from './spinner'; import { Spinner } from './spinner';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule CommonModule

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { SplitPane } from './split-pane'; import { SplitPane } from './split-pane';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
SplitPane SplitPane

View File

@ -9,6 +9,7 @@ import { TabButton } from './tab-button';
import { TabHighlight } from './tab-highlight'; import { TabHighlight } from './tab-highlight';
import { Tabs } from './tabs'; import { Tabs } from './tabs';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BadgeModule, BadgeModule,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Thumbnail } from './thumbnail'; import { Thumbnail } from './thumbnail';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Thumbnail Thumbnail

View File

@ -6,6 +6,7 @@ import { ButtonModule } from '../button/button.module';
import { ToastCmp } from './toast-component'; import { ToastCmp } from './toast-component';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
BackdropModule, BackdropModule,

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Toggle } from './toggle'; import { Toggle } from './toggle';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Toggle Toggle

View File

@ -7,6 +7,7 @@ import { Toolbar } from './toolbar';
import { ToolbarItem } from './toolbar-item'; import { ToolbarItem } from './toolbar-item';
import { ToolbarTitle } from './toolbar-title'; import { ToolbarTitle } from './toolbar-title';
/** @hidden */
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule CommonModule

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Typography } from './typography'; import { Typography } from './typography';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
Typography Typography

View File

@ -5,6 +5,7 @@ import { VirtualHeader } from './virtual-header';
import { VirtualItem } from './virtual-item'; import { VirtualItem } from './virtual-item';
import { VirtualScroll } from './virtual-scroll'; import { VirtualScroll } from './virtual-scroll';
/** @hidden */
@NgModule({ @NgModule({
declarations: [ declarations: [
VirtualFooter, VirtualFooter,