We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1409325 commit cc9ea2eCopy full SHA for cc9ea2e
1 file changed
BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/index.html
@@ -14,6 +14,16 @@
14
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
15
<link href="_content/BlazorExpress.ChartJS.Demo.RCL/css/blazorexpress.chartjs.demo.rcl.css" rel="stylesheet" asp-append-version="true" />
16
<link href="BlazorExpress.ChartJS.Demo.WebAssembly.styles.css" rel="stylesheet" />
17
+
18
+ <!-- Google tag (gtag.js) -->
19
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-4ZMNPVR9K1"></script>
20
+ <script>
21
+ window.dataLayer = window.dataLayer || [];
22
+ function gtag() { dataLayer.push(arguments); }
23
+ gtag('js', new Date());
24
25
+ gtag('config', 'G-4ZMNPVR9K1');
26
+ </script>
27
</head>
28
29
<body>
0 commit comments