{"id":32247684,"url":"https://github.com/teamdev-it/teamdev-esri-angularjs","last_synced_at":"2026-02-23T10:03:19.398Z","repository":{"id":34426528,"uuid":"38359533","full_name":"TeamDev-it/teamdev-esri-angularjs","owner":"TeamDev-it","description":"AngularJS Module for ESRI Arcgis Maps","archived":false,"fork":false,"pushed_at":"2016-04-06T13:05:59.000Z","size":229,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-23T12:41:26.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeamDev-it.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T08:34:55.000Z","updated_at":"2016-04-01T02:01:48.000Z","dependencies_parsed_at":"2022-08-24T14:23:44.822Z","dependency_job_id":null,"html_url":"https://github.com/TeamDev-it/teamdev-esri-angularjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TeamDev-it/teamdev-esri-angularjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDev-it%2Fteamdev-esri-angularjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDev-it%2Fteamdev-esri-angularjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDev-it%2Fteamdev-esri-angularjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDev-it%2Fteamdev-esri-angularjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamDev-it","download_url":"https://codeload.github.com/TeamDev-it/teamdev-esri-angularjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDev-it%2Fteamdev-esri-angularjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-22T17:36:36.089Z","updated_at":"2026-02-23T10:03:19.372Z","avatar_url":"https://github.com/TeamDev-it.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#AngularJS Module for ESRI Arcgis Maps\n\nThis module wraps Arcgis Javascript api into easy to use directives for AngularJS 1.x\n\n\n## Install with bower\n    bower install teamdev-esri-angularjs\n    \n## How To\n\n### Create your first angularjs project with esri maps. \n\nInclude Teamdev module\n    \n    angular.module('starter', ['teamdev.esri' ...\n\nCreate your first map in HTML using directives. \n    \n    \u003cesri-map base-map=\"topo\" map-id=\"map\" zoom=\"9\"\u003e\u003c/esri-map\u003e\n    \n### Add intellisense support to Visual Studio (method 1)\n\nLocate the file html.xsd under Microsfot Visual Studio installation folder. \nes: C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\Web\\Schemas\\1033\\HTML\n\ncopy the file teamdev_esri.xsd under that folder\nreplace html.xsd file with html.xsd file provided \n    \n### Add intellisense support to Visual Studio (method 2)\n\nLocate the file html.xsd under Microsfot Visual Studio installation folder. \nes: C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\Web\\Schemas\\1033\\HTML\n\ncopy the file teamdev_esri.xsd under that folder\nopen the file html.xsd\nlocate \n    \u003cxsd:include schemaLocation=\"CommonHTMLTypes.xsd\" /\u003e \nand add \n    \u003cxsd:include schemaLocation=\"teamdev_esri.xsd\" /\u003e\nas follow: \n    \u003cxsd:include schemaLocation=\"CommonHTMLTypes.xsd\" /\u003e \n    \u003cxsd:include schemaLocation=\"teamdev_esri.xsd\" /\u003e \n\n\nlocate \n    \u003cxsd:group name=\"flowContent\"\u003e \nand add \n    \u003cxsd:element ref=\"esri-map\" /\u003e \nas follow\n    \u003cxsd:group name=\"flowContent\"\u003e\n        \u003cxsd:choice\u003e\n            ...\n            \u003cxsd:element ref=\"esri-map\" /\u003e\n            \nlocate \n    \u003cxsd:group name=\"phrasingContent\"\u003e \nand add \n    \u003cxsd:element ref=\"esri-map\" /\u003e\nas follow\n    \u003cxsd:group name=\"phrasingContent\"\u003e\n        \u003cxsd:choice\u003e\n            ...\n            \u003cxsd:element ref=\"esri-map\" /\u003e\n\n\n    \n    \n## modules.list file\nThe module.list file contains a list of modules that teamdev.esri uses. \nYou can use module.list to create a custom build of esri javascript api using http://jso.arcgis.com/ service\n\n## Licensed under Apache License v.2","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdev-it%2Fteamdev-esri-angularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdev-it%2Fteamdev-esri-angularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdev-it%2Fteamdev-esri-angularjs/lists"}