Ionic2は、画像ごとに、左のメニューのスライダーで素敵なテンプレートを提供します:複製Ionic2スタイル左側メニューAngular2
Angular2でこれを行うのいずれかのNativeScriptの方法はありますか?
私はプロジェクトにしてnpm i nativescript-telerik-ui
を設置し、例に従ってhttp://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/SideDrawer/getting-startedは私のファイルへのHTMLコードを喜ば:
<RadSideDrawer exampleTitle toggleNavButton>
<StackLayout tkDrawerContent class="sideStackLayout">
<StackLayout class="sideTitleStackLayout">
<Label text="Navigation Menu"></Label>
</StackLayout>
<StackLayout class="sideStackLayout">
<Label text="Primary" class="sideLabel sideLightGrayLabel"></Label>
<Label text="Social" class="sideLabel"></Label>
<Label text="Promotions" class="sideLabel"></Label>
<Label text="Labels" class="sideLabel sideLightGrayLabel"></Label>
<Label text="Important" class="sideLabel"></Label>
<Label text="Starred" class="sideLabel"></Label>
<Label text="Sent Mail" class="sideLabel"></Label>
<Label text="Drafts" class="sideLabel"></Label>
</StackLayout>
</StackLayout>
<StackLayout tkMainContent>
<Label [text]="mainContentText" textWrap="true" class="drawerContentText"></Label>
<Button text="OPEN DRAWER" (tap)=openDrawer()></Button>
</StackLayout>
</RadSideDrawer>
をしかし、私はtns run android --emulator
を実行したら、私はDeawerが画面に現れ見ることができません。