From c728df38f85e2e03edd8c45d2fdf8f0028d854f9 Mon Sep 17 00:00:00 2001 From: Robby Date: Sat, 16 Jun 2018 20:09:36 +0800 Subject: [PATCH] Remove gmap key --- playground/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/playground/index.ts b/playground/index.ts index e9763cd..41ad12a 100644 --- a/playground/index.ts +++ b/playground/index.ts @@ -32,7 +32,10 @@ class AppComponent { }, destination: { icon: 'https://i.imgur.com/7teZKif.png', - infoWindow: `

Hello

Taiwan Tech` + infoWindow: ` +

Hello

+ Taiwan Tech + ` }, }; @@ -48,7 +51,7 @@ class AppComponent { BrowserModule, FormsModule, AgmCoreModule.forRoot({ // @agm/core - apiKey: 'AIzaSyDFTKbcSXEN22pUx3zfaabEOGyy7oOZtmI', + apiKey: '', }), AgmDirectionModule ]