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';
/** @hidden */
@NgModule({
imports: [
BackdropModule,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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