Yes. You can try it at https://sergiogordillo.github.io/MapsAppAngular/.
You can:
🗺️ Observe the map of the world with different levels of zoom.
🧭 Add markers to different places and visit the place where you put a marker with just a click.
🧭 Move markers from one place to another one.
❌ Delete markers from the map.
It is a web app made with Angular 12 + TypeScript + Bootstrap 5 + Mapbox.
I used Angular-CLI to create my Angular App.
It is a web app I made based on Fernando Herrera Angular course 🧐. I havent made barely changes compared to the project that Fernando Herrera made on the course, but just because I want to learn and adquire the Angular knowledge 🤓. I know the styles are very basic, but I just focused on Angular stuff. I learnt with this project about:
❤️ Good practices about making reusable components in Angular.
❤️ Good practices about Angular folder structure.
💙 Working in TypeScript with a library written in JavaScript (Mapbox: https://www.mapbox.com/).
🗺️ How to world with Mapbox at a basic level: adding zoom, adding/updating/deleting markers etc.
🧭 Saving markers in localStorage, updating their position in real time.
💙 TypeScript.
🎨 Bootstrap 5.
This project was generated with Angular CLI version 12.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.