2017-01-27 03:20:51 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-02-03 02:02:23 -05:00
|
|
|
<title>Angular Docs v.2</title>
|
2017-01-27 03:20:51 -05:00
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/images/favicons/favicon.ico">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-32x32.png"
|
|
|
|
sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-194x194.png"
|
|
|
|
sizes="194x194">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-96x96.png"
|
|
|
|
sizes="96x96">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicons/android-chrome-192x192.png"
|
|
|
|
sizes="192x192">
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicons/favicon-16x16.png"
|
|
|
|
sizes="16x16">
|
2017-02-15 14:22:37 -05:00
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2017-03-14 19:34:34 -04:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
|
2017-02-15 14:22:37 -05:00
|
|
|
|
2017-03-30 15:35:15 -04:00
|
|
|
<link rel="manifest" href="pwa-manifest.json">
|
|
|
|
<meta name="theme-color" content="#1976d2">
|
|
|
|
|
2017-03-13 21:08:23 -04:00
|
|
|
<!-- Google Analytics -->
|
|
|
|
<script>
|
|
|
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
|
|
// let GaService set the following
|
|
|
|
// ga('create', 'UA-xxxxxxx-1', 'auto');
|
|
|
|
// ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
|
|
|
<!-- End Google Analytics -->
|
|
|
|
|
2017-01-27 03:20:51 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2017-03-30 15:35:15 -04:00
|
|
|
<aio-shell>Loading...</aio-shell>
|
2017-01-27 03:20:51 -05:00
|
|
|
|
|
|
|
<!-- TODO: google feedback -->
|
|
|
|
<!-- TODO: twitter widget (but only on pages that use twitter) -->
|
|
|
|
</body>
|
|
|
|
</html>
|