Skip to content

Commit c24afe7

Browse files
committed
feat: v17
0 parents  commit c24afe7

File tree

1,900 files changed

+93676
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,900 files changed

+93676
-0
lines changed

3rdpartylicenses.txt

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.

404.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Angular</title>
7+
<meta name="Description" content="Angular is a platform for building mobile and desktop web applications.
8+
Join the community of millions of developers who build compelling user interfaces with Angular.">
9+
<base href="/">
10+
11+
<link rel="preconnect" href="https://www.google-analytics.com">
12+
<link rel="dns-prefetch" href="https://www.google-analytics.com">
13+
<link rel="preconnect" href="https://stats.g.doubleclick.net">
14+
<link rel="dns-prefetch" href="https://stats.g.doubleclick.net">
15+
16+
<meta name="viewport" content="width=device-width, initial-scale=1">
17+
18+
<link rel="search" type="application/opensearchdescription+xml" href="assets/opensearch.xml">
19+
<link rel="icon" type="image/x-icon" href="assets/images/favicons/favicon.ico">
20+
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png" sizes="32x32">
21+
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-194x194.png" sizes="194x194">
22+
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-96x96.png" sizes="96x96">
23+
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png" sizes="16x16">
24+
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/favicon-144x144.png">
25+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/favicons/favicon-144x144.png">
26+
27+
<!-- NOTE: These need to be kept in sync with `ngsw-config.template.json`. -->
28+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap">
29+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500&amp;display=swap">
30+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons&amp;display=block">
31+
<!-- -->
32+
33+
<style id="aio-initial-theme">
34+
@import url("light-theme.css") (prefers-color-scheme: light);
35+
@import url("dark-theme.css") (prefers-color-scheme: dark);
36+
</style>
37+
38+
<link rel="manifest" href="pwa-manifest.json">
39+
<meta name="theme-color" content="#1976d2">
40+
<meta name="apple-mobile-web-app-capable" content="yes">
41+
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
42+
43+
<script>
44+
// Dynamically, pre-emptively, add `noindex`, which will be removed when the doc is ready and valid
45+
tag = document.createElement('meta'); tag.name = 'robots'; tag.content = 'noindex';
46+
document.head.appendChild(tag);
47+
</script>
48+
49+
<!-- Legacy Google Analytics -->
50+
<script>
51+
// Note this is a customised version of the GA tracking snippet
52+
// See the comments below for more info
53+
(function (i, s, o, g, r, a, m) {
54+
if (i.trustedTypes) {
55+
// Specify path as a TrustedScriptURL when Trusted Types are available
56+
g = i.trustedTypes.createPolicy('aio#analytics', {
57+
createScriptURL: function (s) { return s; }
58+
}).createScriptURL(g);
59+
}
60+
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
61+
(i[r].q = i[r].q || []).push(arguments)
62+
}, i[r].l = 1 * new Date(); a = s.createElement(o),
63+
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g;
64+
~i.name.indexOf('NG_DEFER_BOOTSTRAP') || // only load library if not running e2e tests
65+
m.parentNode.insertBefore(a, m)
66+
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
67+
</script>
68+
<!-- End Legacy Google Analytics -->
69+
<link rel="stylesheet" href="styles.c9ea175d409df91f.css"></head>
70+
71+
<body>
72+
<!--
73+
This content replaces the `<body>` content of `index.html` to generate our custom `404.html` page.
74+
The content must visually and structurally resemble the resulting HTML of the main app for not
75+
found pages (e.g. https://angular.io/not/exist.ing).
76+
-->
77+
78+
<style>
79+
.mat-toolbar-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}
80+
.mat-toolbar-row{height:64px}
81+
@media (max-width:600px){.mat-toolbar-row{height:56px}}
82+
.nav-link.home{margin-left:24px}
83+
</style>
84+
85+
<aio-shell class="mode-stable page-file-not-found folder-file-not-found view- aio-notification-hide">
86+
87+
<mat-toolbar class="app-toolbar no-print mat-toolbar mat-primary">
88+
<mat-toolbar-row class="mat-toolbar-row">
89+
<a class="nav-link home" href="/">
90+
<img alt="Home" height="40" src="assets/images/logos/angular/[email protected]" title="Home" width="150">
91+
</a>
92+
</mat-toolbar-row>
93+
</mat-toolbar>
94+
95+
<mat-sidenav-container class="sidenav-container mat-drawer-container mat-sidenav-container" role="main">
96+
<mat-sidenav-content class="mat-drawer-content mat-sidenav-content">
97+
<section class="sidenav-content" role="article">
98+
<aio-doc-viewer>
99+
<div class="content">
100+
<div class="nf-container l-flex-wrap flex-center">
101+
<img src="assets/images/support/angular-404.svg" width="300" height="300" alt="not found"/>
102+
<div class="nf-response l-flex-wrap center">
103+
<h1 class="no-toc" id="page-not-found">Resource Not Found</h1>
104+
<p>We're sorry. The resource you are looking for cannot be found.</p>
105+
</div>
106+
</div>
107+
</div>
108+
</aio-doc-viewer>
109+
</section>
110+
</mat-sidenav-content>
111+
</mat-sidenav-container>
112+
113+
<footer class="no-print">
114+
<aio-footer>
115+
<p>
116+
Powered by Google ©2010-2022.
117+
Code licensed under an <a href="license" title="License text">MIT-style License</a>.
118+
Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
119+
</p>
120+
</aio-footer>
121+
</footer>
122+
123+
</aio-shell>
124+
</body>
125+
126+
</html>

assets/images/aio-intro.sketch

209 KB
Binary file not shown.
729 KB
Binary file not shown.
Loading
15.4 KB
Loading
753 Bytes
Loading
11 KB
Loading
1.56 KB
Loading
4.72 KB
Loading

assets/images/favicons/favicon.ico

14.7 KB
Binary file not shown.

assets/images/house-icons.sketch

223 KB
Binary file not shown.
2.33 KB
Loading
Lines changed: 16 additions & 0 deletions
Loading
Loading
Lines changed: 11 additions & 0 deletions
Loading
Loading
Lines changed: 10 additions & 0 deletions
Loading
Loading
Lines changed: 21 additions & 0 deletions
Loading
Loading
4.32 KB
Loading
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 74 additions & 0 deletions
Loading

assets/images/support/angular-404.svg

Lines changed: 22 additions & 0 deletions
Loading
Loading
Loading
95.2 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)