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
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
> **Note:** In the context of NativeScript the `router-outlet` placeholder always needs to be wrapped in a native layout and can't be the root level element. For example:
70
+
```HTML
71
+
<GridLayoutrows="*">
72
+
<router-outletrow="0"></router-outlet>
73
+
</GridLayout>
74
+
```
75
+
68
76
## Page Router Outlet
69
77
70
78
Here is a similar example using the `page-router-outlet`:
0 commit comments