We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sous Angular 15, je veux utiliser geoportal-extension mais il y a des erreurs dans la librairie
je créé un nouveau projet angular. puis npmi [email protected] puis npm i geoportal-extensions-leaflet
npmi [email protected]
npm i geoportal-extensions-leaflet
package.json :
{ "name": "a16", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "^15.0.0", "@angular/common": "^15.0.0", "@angular/compiler": "^15.0.0", "@angular/core": "^15.0.0", "@angular/forms": "^15.0.0", "@angular/platform-browser": "^15.0.0", "@angular/platform-browser-dynamic": "^15.0.0", "@angular/router": "^15.0.0", "geoportal-extensions-leaflet": "^2.1.9", "leaflet": "^1.7.1", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.4", "@angular/cli": "~15.0.4", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", "typescript": "~4.8.2" } }
geoportal-extensions-leaflet = 2.1.9 leaflet = 1.7.1
j'ai immediatement des erreurs de typage :
The text was updated successfully, but these errors were encountered:
Bonjour,
dans un premier temps peut être voir le projet utilisant ls API extensions Leaflet sous Angular pour avoir un exemple sous la main : https://github.com/IGNF/geoportal-third-party-integration
Et ce ticket : #359
Sorry, something went wrong.
No branches or pull requests
Sous Angular 15,
je veux utiliser geoportal-extension mais il y a des erreurs dans la librairie
je créé un nouveau projet angular.
puis
npmi [email protected]
puis
npm i geoportal-extensions-leaflet
package.json :
geoportal-extensions-leaflet = 2.1.9
leaflet = 1.7.1
j'ai immediatement des erreurs de typage :
The text was updated successfully, but these errors were encountered: