Ionic Form

I must create 6 questions on ionic2 , which are Yes or No questions and after answering each question and push continue button than goes to the next questions but I dont want to create a page for each question. which method should I use to have all questions in a page but they load one by one ?

1 Like

if you will use the same design page, you can make array of questions .
every push continue button will show another question

1 Like