@ionic/angular 8.8.14-dev.11784243422.11f0110c → 8.8.14-dev.11784563563.137a903a
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/README.md
CHANGED
|
@@ -112,6 +112,3 @@ Ionic developers can access this by importing from `@ionic/angular`.
|
|
|
112
112
|
This is where the lazy loaded component implementations live.
|
|
113
113
|
|
|
114
114
|
Ionic developers can access this by importing from `@ionic/angular/lazy`.
|
|
115
|
-
|
|
116
|
-
> [!CAUTION]
|
|
117
|
-
> The lazy loaded build and its `IonicModule` are deprecated and will be removed in a future major version. New code should use the standalone components and `provideIonicAngular()` imported from `@ionic/angular`.
|
|
@@ -3459,19 +3459,8 @@ const DECLARATIONS = [
|
|
|
3459
3459
|
IonMinValidator,
|
|
3460
3460
|
IonMaxValidator,
|
|
3461
3461
|
];
|
|
3462
|
-
/**
|
|
3463
|
-
* @deprecated `IonicModule` is deprecated and will be removed in a future major version.
|
|
3464
|
-
* Use `provideIonicAngular()` instead, which works in both standalone and NgModule-based
|
|
3465
|
-
* applications. Refer to https://ionicframework.com/docs/angular/build-options for migration steps.
|
|
3466
|
-
*/
|
|
3467
3462
|
class IonicModule {
|
|
3468
|
-
/**
|
|
3469
|
-
* @deprecated `IonicModule.forRoot()` is deprecated and will be removed in a future major version.
|
|
3470
|
-
* Use `provideIonicAngular()` instead. Any config passed here can be passed as an object to that
|
|
3471
|
-
* function. Refer to https://ionicframework.com/docs/angular/build-options for migration steps.
|
|
3472
|
-
*/
|
|
3473
3463
|
static forRoot(config = {}) {
|
|
3474
|
-
console.warn(`[Ionic Warning]: IonicModule has been deprecated in favor of provideIonicAngular() and will be removed in a future major version. Refer to https://ionicframework.com/docs/angular/build-options for migration steps.`);
|
|
3475
3464
|
return {
|
|
3476
3465
|
ngModule: IonicModule,
|
|
3477
3466
|
providers: [
|