Quick way to star a web map application with MapLibre GL JS using Angular.
A simple fullscreen map application as an example on how to use MapTiler maps together with Angular and MapLibre GL JS for your own Angular app.
- Clone this repo
git clone https://github.com/maptiler/get-started-angular-maplibre-gl-js.git my-angular-map
- Navigate to the newly created project folder my-angular-map
cd my-angular-map
- Install dependencies
npm install
⚠️ Open the app.component.html file and replace YOUR_MAPTILER_API_KEY_HERE with your actual MapTiler API key.
ℹ️ If you don't have an API KEY you can create it for FREE at https://www.maptiler.com/cloud/
- Start your local environment
npm start
- You will find your app on address http://localhost:4200/. Now you should see the map in your browser.
This project was generated with Angular CLI version 14.0.3.
You can learn more at How to display a map in Angular using MapLibre GL JS.
Distributed under the MIT License. See LICENSE
for more information.