|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Angular Material</title> |
7 | | - <base href="/"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>Angular Material</title> |
| 7 | + <base href="/" /> |
8 | 8 |
|
9 | | - <link rel="icon" type="image/x-icon" href="favicon.ico"> |
10 | | - <link rel="preconnect" href="https://fonts.gstatic.com"> |
11 | | - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
12 | | - <link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" rel="stylesheet"> |
13 | | - <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> |
| 9 | + <link rel="icon" type="image/x-icon" href="favicon.ico" /> |
| 10 | + <link rel="preconnect" href="https://fonts.gstatic.com" /> |
| 11 | + <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> |
| 12 | + <link |
| 13 | + href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" |
| 14 | + rel="stylesheet" |
| 15 | + /> |
| 16 | + <link |
| 17 | + href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" |
| 18 | + rel="stylesheet" |
| 19 | + /> |
14 | 20 |
|
15 | | - <!-- FontAwesome for mat-icon demo. --> |
16 | | - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
17 | | -</head> |
18 | | -<body> |
19 | | - <dev-app>Loading...</dev-app> |
20 | | - <script src="zone.js/bundles/zone.umd.js"></script> |
21 | | - <script src="bundles/dev-app/main.js" type="module"></script> |
22 | | - <script> |
23 | | - (g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({ |
24 | | - v: "weekly", |
25 | | - key: window.GOOGLE_MAPS_KEY || 'invalid' |
26 | | - }); |
27 | | - </script> |
28 | | -</body> |
| 21 | + <!-- FontAwesome for mat-icon demo. --> |
| 22 | + <link |
| 23 | + rel="stylesheet" |
| 24 | + href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" |
| 25 | + /> |
| 26 | + </head> |
| 27 | + <body> |
| 28 | + <dev-app>Loading...</dev-app> |
| 29 | + <script src="node_modules/zone.js/bundles/zone.umd.js"></script> |
| 30 | + <script src="bundles/dev-app/main.js" type="module"></script> |
| 31 | + <script> |
| 32 | + (g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({ |
| 33 | + v: "weekly", |
| 34 | + key: window.GOOGLE_MAPS_KEY || 'invalid' |
| 35 | + }); |
| 36 | + </script> |
| 37 | + </body> |
29 | 38 | </html> |
0 commit comments