In my Angular project, I use ngx-bootstrap, but when testing on Safari, some layouts do not display correctly. After investigating, I found that the issue is because Safari does not understand Angular tags, which in turn affects ngx-bootstrap.
why safari does not understand Angular tags, safari not set with and height for <my-app></my-app>
enter image description here
chromium set width and height is auto
enter image description here
how can I solve this problem? Thank you
If i set <my-app></my-app> display:block is ok, but it is not optimal for the entire project
Cảnh Lê Văn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.