I'm working on website using map components, calcite components with Angular.
I create a angular component "esri-map" with arcgis-map
esri-map.component.html:
<arcgis-map item-id="cece49703cc24b0783dffb3032b0679c"></arcgis-map>
I put it in <calcite-shell>:
app.component.html:
<calcite-shell>
<app-esri-map ></app-esri-map>
</calcite-shell>
The map doesn't show in browser.
I inspect the document: