Angular2,Typescript: How to put the radio button checked when in an array which displays one element per page?
问题 Let me explain it in detail.Sorry for the question framing. I've an array of Objects which is stored in the REST API. That array contains questions and choices. Each question has 4 choices which are radio buttons. I'm trying to display one question at a time on the same page along with the choices of the question. I've 2 buttons "previous" and "forward" which load the question on the same page. When I click the next button the next question in the array along with the choices are displayed