79490489

Date: 2025-03-06 19:40:59
Score: 2
Natty:
Report link

Ok so apparently the scripts in angular.json were in conflict with the scripts in the index.html, so, overall these are the modifications

  1. angular.json

    "scripts": [],

  2. index.html: kept the scripts with the CDNs

  3. tsconfig.json: updated the right path for the type "d.ts"

  4. leaflet.d.ts: introduced the class Geodesic instead of namespace.

  5. Cleared package.json of any leaflet packages

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Calin Onaca