feat(nav-link): merge nav-push/pop/set-root into a single component (#18909)

This commit is contained in:
Manu MA
2019-08-27 18:14:13 +02:00
committed by GitHub
parent d031434b5d
commit c3044f59df
32 changed files with 313 additions and 19 deletions

View File

@@ -3,6 +3,9 @@ import { Build, Component, ComponentInterface, Method } from '@stencil/core';
import { LoadingOptions, OverlayController } from '../../interface';
import { createOverlay, dismissOverlay, getOverlay } from '../../utils/overlays';
/**
* @deprecated Use the `loadingController` exported from core.
*/
@Component({
tag: 'ion-loading-controller'
})

View File

@@ -8,6 +8,8 @@ Loading controllers programmatically control the loading component. Loadings can
<!-- Auto Generated Below -->
> **[DEPRECATED]** Use the `loadingController` exported from core.
## Methods
### `create(options?: LoadingOptions | undefined) => Promise<HTMLIonLoadingElement>`