Ask me is how to create a "Accordion List ".
I need it for a few sections with the example "About us" "Services" that at the moment I click, I will display information.
I hope you can help me. is in ionic 4
This is not an included component within Ionic 4 but it's not a hard problem to solve.
You can use Angular Material's expansion panel if you want to use an off the shelf component.
If you just want a quick overview it would be something like this:
Bonus considerations for deep linking support:
Josh has a tutorial on it - Creating an Accordion List in Ionic.
There is also a detailed tutorial over on Mastering Ionic.