From 5740a5ddc3cea253bd31d26b956f4eeaff941a1b Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Fri, 6 Aug 2021 15:12:58 +0200 Subject: [PATCH] - add code for quering sos api --- index.html | 2 +- notes.txt | 2 + src/app/app.component.html | 2 +- src/app/app.component.ts | 10 +- src/app/app.module.ts | 79 +++++++---- src/app/map/base-map.component.ts | 167 +++++++++++++++++++++++ src/app/map/map-options.ts | 14 ++ src/app/map/map.component.html | 3 +- src/app/map/map.component.ts | 88 +++++++++--- src/app/map/map.module.ts | 12 ++ src/app/{ => services}/marker.service.ts | 0 11 files changed, 321 insertions(+), 58 deletions(-) create mode 100644 src/app/map/base-map.component.ts create mode 100644 src/app/map/map-options.ts create mode 100644 src/app/map/map.module.ts rename src/app/{ => services}/marker.service.ts (100%) diff --git a/index.html b/index.html index 83dae90..b75cc37 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - + diff --git a/notes.txt b/notes.txt index 9ad8e59..8ab516f 100644 --- a/notes.txt +++ b/notes.txt @@ -43,6 +43,8 @@ npx @angular/cli generate service marker --skip-tests npx @angular/cli generate component map --skip-tests +npx @angular/cli generate module map --skip-tests + ========================================= ExtractTextPlugin ================================================== diff --git a/src/app/app.component.html b/src/app/app.component.html index b6eb78e..09faac7 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@ - +