Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. export namespace GoogleMapsKey{
  2. const key = 'some_key';
  3. export const apiUrl = 'http://maps.google.com/maps/api/js?key='+ key;
  4. }
  5.  
  6. <script src="{{apiUrl}}"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement