- add marker service

- enable dependency injection with webpack configuration
This commit is contained in:
Arno Kaimbacher 2021-08-03 16:59:39 +02:00
parent 2f048c1c0f
commit 5f2dd2851b
16 changed files with 4606 additions and 1165 deletions

View file

@ -28,8 +28,8 @@
<body>
<!-- your content here... -->
<app-component></app-component>
<!-- <script src="dist/polyfills.js" defer></script> -->
<!--
<script src="dist/polyfills.js" defer></script> -->
<script src="dist/main.js"></script>
</body>