@ionic/angular 8.5.5-dev.11744665899.13f57768 → 8.5.5-dev.11744727671.1ce813fb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/common/directives/navigation/nav-params.mjs +2 -3
- package/esm2022/common/directives/navigation/tabs.mjs +2 -3
- package/esm2022/common/providers/angular-delegate.mjs +2 -3
- package/esm2022/ionic-module.mjs +1 -4
- package/esm2022/standalone/providers/ionic-angular.mjs +2 -3
- package/fesm2022/ionic-angular-common.mjs +3 -4
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +1 -2
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +1 -3
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -86,7 +86,7 @@ import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/compo
|
|
|
86
86
|
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-title.js';
|
|
87
87
|
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toast.js';
|
|
88
88
|
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toolbar.js';
|
|
89
|
-
import { modalController, popoverController,
|
|
89
|
+
import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, pickerController, toastController } from '@ionic/core/components';
|
|
90
90
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
|
|
91
91
|
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-nav.js';
|
|
92
92
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
@@ -2501,7 +2501,6 @@ class PopoverController extends OverlayBaseController {
|
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
2503
|
const provideIonicAngular = (config = {}) => {
|
|
2504
|
-
setupConfig(config);
|
|
2505
2504
|
return makeEnvironmentProviders([
|
|
2506
2505
|
{
|
|
2507
2506
|
provide: ConfigToken,
|