Getting Started

The aim of this section is to personalize the experience of the user within the app by asking them some questions about their interests.

In this section we use the ion-slides component with 2 slides, of course you can use as many as you want. Inside the slides we have an Angular Form to get the input of the user.

In the first slide we use the ion-radio-group component with custom styles.

In the second slide we have a list of checkboxes with custom styles.

In order to achieve the styles we want for this component, we created a custom checkbox component which makes available the checkbox state to the outside wrapper. You can learn how to use this component in this section.

Last updated