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:
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
Calcite system not exist documentation specific with angular, but if you know the component that posible implement all the tool the calcite how to usually a component in angular. In document .html but call for #id in your document .ts with @Viewchild or @viewchildren, and that form called all the componente calcient exist in your .html