Skip to content

Commit

Permalink
Remove gmap key
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Jun 16, 2018
1 parent d1dc74e commit c728df3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions playground/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ class AppComponent {
},
destination: {
icon: 'https://i.imgur.com/7teZKif.png',
infoWindow: `<h4>Hello<h4><a href='http://www-e.ntust.edu.tw/home.php' target='_blank'>Taiwan Tech</a>`
infoWindow: `
<h4>Hello<h4>
<a href='http://www-e.ntust.edu.tw/home.php' target='_blank'>Taiwan Tech</a>
`
},
};

Expand All @@ -48,7 +51,7 @@ class AppComponent {
BrowserModule,
FormsModule,
AgmCoreModule.forRoot({ // @agm/core
apiKey: 'AIzaSyDFTKbcSXEN22pUx3zfaabEOGyy7oOZtmI',
apiKey: '',
}),
AgmDirectionModule
]
Expand Down

0 comments on commit c728df3

Please sign in to comment.