-
Notifications
You must be signed in to change notification settings - Fork 6.8k
/
Copy pathindex.html
91 lines (82 loc) · 4.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Angular Material UI Component Library</title>
<link rel="canonical" href="https://material.angular.io">
<base href="/">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="UI component infrastructure and Material Design components for mobile and desktop Angular web applications.">
<meta name="keywords" content="angular, material design, material, angular material, web, ui, components, responsive, accessibility, typescript, css, mobile web, open source">
<meta name="author" content="Angular Components Team">
<!--Twitter card metadata-->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Angular" />
<meta name="twitter:creator" content="@Angular" />
<meta name="twitter:title" content="Angular Material" />
<meta name="twitter:description" content="UI component infrastructure and Material Design components for Angular web applications." />
<meta name="twitter:image" content="https://material.angular.io/assets/img/site-preview.png">
<!--Facebook Open Graph-->
<meta property="og:url" content="https://material.angular.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Angular Material" />
<meta property="og:site_name" content="Angular Material">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="UI component infrastructure and Material Design components for Angular web applications." />
<meta property="og:image" content="https://material.angular.io/assets/img/site-preview.png" />
<meta property="og:image:secure_url" content="https://material.angular.io/assets/img/site-preview.png" />
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1339" />
<meta property="og:image:height" content="943" />
<link rel="manifest" href="assets/img/manifest.json?v=19.1.0">
<link rel="shortcut icon" href="assets/img/favicon.ico?v=19.1.0">
<meta name="theme-color" content="#d7e3ff">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=block" rel="stylesheet">
<!--Structured Data-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebApplication",
"name": "Angular Material",
"description": "UI component infrastructure and Material Design components for Angular web applications.",
"url": "https://material.angular.io",
"image": "https://material.angular.io/assets/img/site-preview.png",
"screenshot": "https://material.angular.io/assets/img/site-preview.png",
"applicationCategory": "Software Documentation",
"operatingSystem": "Android, Chrome OS, iOS, iPadOS, macOS, OS X, Linux, Windows",
"author": {
"@type": "Organization",
"name": "Angular",
"description": "Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.",
"url": "https://angular.dev",
"logo": "https://angular.io/assets/images/logos/angular/angular.svg"
}
}
</script>
<style>
.docs-app-background {
background: var(--mat-sys-surface);
}
</style>
</head>
<body class="docs-app-background">
<material-docs-app></material-docs-app>
<script>
// Note this is a customised version of the GA tracking snippet
// See the comments below for more info
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;
~i.name.indexOf('NG_DEFER_BOOTSTRAP')|| // only load library if not running e2e tests
m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
</script>
</body>
</html>