Skip to content

Commit

Permalink
Update the index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymouse committed Dec 1, 2017
1 parent 0952b62 commit b2d6e13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "ng lint",
"hmr": "ng serve --hmr -e=hmr",
"e2e": "ng e2e",
"gh-pages": "git subtree push --prefix dist origin gh-pages"
"gh-pages": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"@angular/animations": "^5.0.4",
Expand Down
11 changes: 11 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110483220-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-110483220-1');
</script>

</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit b2d6e13

Please sign in to comment.