I solved the problem. When you build a project with standalone components, you have to import all the ionic elements: Contents, Grid, Row, etc. individually from @ionic/angular/standalone. You can’t use the IonicModule - I guess the compiler gets confused…anyway scrolling works now on that page. Thanks for your reply to my question.
↧