You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Angular 14 introduces a new `loadComponent` property to the route config,
242
+
* that assigns the component to load to the `component` property of
243
+
* the route snapshot. We can check for the presence of this property
244
+
* to determine if the route is using standalone components.
245
+
*
246
+
* TODO: FW-1631: Remove this check when supporting standalone components
247
+
*/
248
+
if(component==null&&snapshot.component){
249
+
console.warn(
250
+
'[Ionic Warning]: Standalone components are not currently supported with ion-router-outlet. You can track this feature request at https://github.com/ionic-team/ionic-framework/issues/25404'
0 commit comments