๐Ÿ“ฆ nestjs / docs.nestjs.com

๐Ÿ“„ index.html ยท 125 lines
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125<!DOCTYPE html>
<html mode="dark" lang="en">
  <head>
    <title>Documentation | NestJS - A progressive Node.js framework</title>
    <base href="/" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, minimum-scale=1"
    />
    <meta charset="utf-8" />

    <meta
      name="description"
      content="Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming)."
    />
    <meta name="robots" content="noodp" />
    <link rel="canonical" href="https://docs.nestjs.com" />
    <meta property="og:url" content="https://docs.nestjs.com" />
    <meta property="og:type" content="website" />
    <meta name="twitter:card" content="summary" />
    <meta
      property="og:site_name"
      content="Documentation | NestJS - A progressive Node.js framework"
    />
    <meta
      property="og:title"
      content="Documentation | NestJS - A progressive Node.js framework"
    />
    <meta
      property="og:description"
      content="Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming)."
    />
    <meta property="og:image" content="https://nestjs.com/img/nest-og.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="650" />
    <meta
      name="twitter:description"
      content="Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming)."
    />
    <meta
      name="twitter:title"
      content="Documentation | NestJS - A progressive Node.js framework"
    />

    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-precomposed.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="manifest" href="/assets/favicons/manifest.json">
    <link rel="msapplication-config" href="/assets/favicons/browserconfig.xml">
    <link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#ed2945">
    <meta name="msapplication-TileColor" content="#ed2945">
    <meta name="theme-color" content="#ffffff">
    <link
      defer
      href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap"
      rel="stylesheet"
    />
    <link
      defer
      href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap"
      rel="stylesheet"
    />
    <link
      href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600,700&display=swap"
      rel="stylesheet"
    />
    <script
      defer
      src="https://use.fontawesome.com/releases/v6.4.2/js/all.js"
    ></script>
    <link href="https://cdn.carbonads.com" rel="preconnect" crossorigin>
    <link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />

    <script>
      (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;
        m.parentNode.insertBefore(a, m);
      })(
        window,
        document,
        'script',
        'https://www.google-analytics.com/analytics.js',
        'ga',
      );

      ga('create', 'UA-30617038-5', 'auto');
      ga('send', 'pageview');
    </script>
  </head>

  <body>
    <app-root></app-root>
    <script>
      if ('serviceWorker' in navigator) {
        navigator.serviceWorker
          .getRegistrations()
          .then(function(registrations) {
            registrations.forEach(registration => {
              registration
                .unregister()
                .then(function(register) {})
                .catch(function(error) {});
            });
          });
      }
    </script>
  </body>
</html>
<link
  href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap"
  rel="stylesheet"
/>