MCPcopy Index your code
hub / github.com/TheKeithStewart/angular-esri-components

github.com/TheKeithStewart/angular-esri-components @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
24 symbols 39 edges 14 files 0 documented · 0% updated 7y ago★ 445 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

angular-esri-components

npm version

A set of Angular components to work with ArcGIS API for JavaScript v4.3

Setup

npm install --save angular-esri-components

Component status:

Component Status Docs Issue
esri-map Available README -
esri-legend Not Started -
esri-layerList Not Started -
esri-customWidget Available README #4
esri-layersToggle Available README #6
(more coming) -

Setup

Note: It is no longer necessary to add an import statement into your index.html file for the ESRI CSS. This has been included in the styles for the map component. If you have an existing import of the ESRI CSS in your application you should remove it.

Include AngularEsriModule in your main module:

// ...

import { AngularEsriModule } from 'angular-esri-components';

@NgModule({
  // ...
  imports: [
    AngularEsriModule
  ],
  // ...
})
export class AppModule { }

Core symbols most depended-on inside this repo

extend
called by 2
src/lib/core/esri-map.service.ts
loadWebMap
called by 1
src/lib/core/esri-map.service.ts
addWidget
called by 1
src/lib/core/esri-map.service.ts
loadMap
called by 1
src/lib/esri-map/esri-map.component.ts
constructor
called by 0
src/lib/core/esri-map.service.ts
loadMap
called by 0
src/lib/core/esri-map.service.ts
constructor
called by 0
src/lib/widgets/custom-widget/custom-widget.directive.ts
ngOnInit
called by 0
src/lib/widgets/custom-widget/custom-widget.directive.ts

Shape

Method 14
Class 10

Languages

TypeScript100%

Modules by API surface

src/lib/core/esri-map.service.ts7 symbols
src/lib/widgets/layers-toggle/layers-toggle.component.ts6 symbols
src/lib/esri-map/esri-map.component.ts5 symbols
src/lib/widgets/custom-widget/custom-widget.directive.ts4 symbols
src/angular-esri.module.ts2 symbols

For agents

$ claude mcp add angular-esri-components \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact