mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
test(slides): update to use @ViewChild
This commit is contained in:
@ -20,9 +20,7 @@ class IntroPage {
|
||||
startingIndex: number = 1;
|
||||
mySlideOptions;
|
||||
|
||||
constructor(nav: NavController) {
|
||||
this.nav = nav;
|
||||
|
||||
constructor(private nav: NavController) {
|
||||
this.mySlideOptions = {
|
||||
paginationClickable: true,
|
||||
lazyLoading: true,
|
||||
|
Reference in New Issue
Block a user