We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cef232 commit 3d2638aCopy full SHA for 3d2638a
.gitignore
@@ -6,4 +6,4 @@ Thumbs.db
6
# Ignored files
7
/typings
8
.vscode
9
-.idea
+.idea
index.html
@@ -13,7 +13,7 @@
13
<!-- 2. Configure SystemJS -->
14
<script src="systemjs.config.js"></script>
15
<!-- Google LIB -->
16
- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
+ <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyCyXDhFHlbF-HDEt9J0AVCL01ZOAqlPOR0"></script>
17
<script>
18
System.import('app').catch(function(err){ console.error(err); });
19
</script>
0 commit comments