Application example built with Angular 15 and adding the map Leaflet component using the leaflet library.
This tutorial was posted on my blog in portuguese and on the DEV Community in english.
Before you start, you need to install and configure the tools:
- git
- Node.js and npm
- Angular CLI
- IDE (e.g. Visual Studio Code or WebStorm)
1. Clone the repository.
git clone git@github.com:rodrigokamada/angular-leaflet.git
2. Install the dependencies.
npm ci
3. Run the application.
npm start