Created
January 8, 2022 15:23
-
-
Save smaillns/752677d3afaebb365e8137e4e3616dba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
... | |
<script src="assets/env.js"></script> | |
</head> | |
<body> | |
<app-root> | |
</app-root> | |
<script> | |
var key=window["env"]["google_maps_api"] | |
document.write("\<script src='" + "https://maps.googleapis.com/maps/api/js?key=" + key + "&libraries=places&language=en" + "'\>\</script\>"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment