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 ]