Select to view content in your preferred language

Calcite Design with ArcGIS SDK for Javascript in Angular 16

70
0
3 weeks ago
Labels (1)
Carlos_Estrella
New Contributor

Hello,
I am working with:
Calcite Design System, ArcGIS SDK for Javascript and Angular 16

I try to work with different components through the App-component using the following code:

  <calcite-loader></calcite-loader>
  <calcite-shell >

  <calcite-shell-panel slot="panel-start"  layout="vertical"  id="shell-panel-start" display-mode="dock">
    <app-left-bar></app-left-bar>
  </calcite-shell-panel>

  <div style="height: 100%; width: 100%;">
    <app-maps></app-maps>
  </div>

</calcite-shell>
 

I specify that:
<app-left-bar></app-left-bar>
<app-maps></app-maps>

It is correctly configured.

Is there any documentation that helps me with the development of my project and how to work with the components?

Thanks

0 Kudos
0 Replies