I'm working on website using map components, calcite components with Angular.
Solved! Go to Solution.
You are right!
`<app-esri-map>` element needs a height and width in css:
If you could provide a repro to look at, would be easier to see the problem. If I had to guess, your `<app-esri-map>` element needs a height and width in css. The `<arcgis-map>` component will grow to the size of it's container, so the container probably doesn't have them.
You are right!
`<app-esri-map>` element needs a height and width in css: