Nativescript: Navigate between router-outlets
问题 For better introduction see the blog post about outlets. I use a TabView to navigate through my mobile app written with nativescript (ProtectedComponent). <TabView #tabView tabsBackgroundColor="#f57c00" selectedTabTextColor="#B23010" [(ngModel)]="selectedIndex" (selectedIndexChanged)="tabViewIndexChange(tabView.selectedIndex)"> <StackLayout *tabItem="{iconSource: 'res://tab-icons/cats'}"> <cats-tab></cats-tab> </StackLayout> <StackLayout *tabItem="{iconSource: 'res://tab-icons/dogs'}"> <dogs