ui-pager icon indicating copy to clipboard operation
ui-pager copied to clipboard

Pager / Carousel component that allows the user to swipe left and right through pages of data.

Results 33 ui-pager issues
Sort by recently updated
recently updated
newest added
trafficstars

I am getting below error ERROR TypeError: Cannot set properties of undefined (setting 'selectedIndex') I also created a new test project - just added plugin ns plugin add @nativescript-community/ui-pager and...

Hi guys i'm getting an error when trying to register the transformer ``` TS2307: Cannot find module '@nativescript-community/ui-pager/transformers/Scale' or its corresponding type declarations. 14 | 15 | import { Pager...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5. Commits b1677ce Release version 1.15.5 of the npm package. d8914f7 Preserve fragment in responseUrl. 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow...

dependencies

In android, when you navigate to a page with a nested pager, its items will all render at the same time even though the rest of pager items aren't visible....

With these versions installed: ``` @nativescript-community/[email protected] @nativescript/[email protected] @angular/[email protected] ``` I get the following error when I run my app: ``` ERROR Error: Uncaught (in promise): TypeError: (0 , _nativescript_angular__WEBPACK_IMPORTED_MODULE_0__.isListLikeIterable) is...

- I fixed the Angular snippet for the example containing the indicator. - I added this information to the `ui-pager-indicator` `blueprint.md`

If you have for example a Label that on slide 4 becomes two lines where as on slide 1-3 it is one line, when slide 4 is shown it will...

This PR addresses bug #34 by fixing the issue `ɵisListLikeIterable` which is imported from `@angular/core` and is deprecated in latest versions.

I was looking through the documentation but did not see any examples for Core. I tried using it in my app, but it does not render anything.

running `ns build android `with latest angular version throws error ns -v => 8.5.1 angular => "@angular/animations": "~15.2.0", "@angular/common": "~15.2.0", "@angular/compiler": "~15.2.0", "@angular/core": "~15.2.0", "@angular/fire": "~6.0.2", "@angular/forms": "~15.2.0", "@angular/localize": "10.1.2",...