mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
docs(): hide modules from docs
This commit is contained in:
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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;
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user