I have an angular 15 project that includes Angular Material
, some custom CSS Styles
and I'm looking to add some Ionic Components
. I tried
ng add @ionic/angular
I got the components but not working correctly. Mainly I want to use the Sheet Modal but somehow ion-content
is not displayed, the window scrolling
is not disabled, mobile preview (in dev tools window of browser) is just a mess: scrolling and resizing at same time...
any clue ?
NOTE: I don't want the ionic CLI nor the mobile deployment. Just the web components and few features like camera