4ian / ionic2-slides-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a test project using Ionic 2 and the ion-slides component.

Two ion-slides components are displayed. Slides are dynamically created using an array and a *ngFor. The array is empty at first, then filled with some objects when you click on the button.

The first ion-slides is only shown when the array is not empty, and is working properly. The second ion-slides is displayed since the beginning, but does not work properly (looping is broken in particular) when the items array is filled.

About


Languages

Language:JavaScript 50.5%Language:CSS 29.4%Language:HTML 20.1%