Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we load Components within the pager ? #53

Closed
AsrarMemon opened this issue Mar 26, 2018 · 1 comment
Closed

Can we load Components within the pager ? #53

AsrarMemon opened this issue Mar 26, 2018 · 1 comment

Comments

@AsrarMemon
Copy link

AsrarMemon commented Mar 26, 2018

Hello,

 <Pager #pager [pagesCount]="numItems" [itemTemplateSelector]="templateSelector" [selectedIndex]="currentPagerIndex" (selectedIndexChanged)="onIndexChanged($event)"
        class="pager" height="100%" width="100%">
        <StackLayout height="100%">
            <selector-one></selector-one>
        </StackLayout>
          <StackLayout height="100%">
            <selector-two></selector-two>
        </StackLayout>
    </Pager>

is it possible to use pager with load different Component ?

Above code is not working so please help me how to load different Component.

@AsrarMemon AsrarMemon changed the title Can we use load Components within the pager ? Can we load Components within the pager ? Mar 26, 2018
@triniwiz
Copy link
Owner

I have plans on adding single views back into the latest version

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants