Skip to content

Commit

Permalink
Step 6.3: Added app tag to the main HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent a3155e6 commit 5120c49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/index.ng2.html
Expand Up @@ -5,4 +5,7 @@
<meta name="viewport" content="user-scalable=no, initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
<link rel="shortcut icon" type="image/png" href="favicon.png?v1" sizes="16x16 32x32 64x64">
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-precomposed.png">
</head>
</head>
<body>
<app></app>
</body>

0 comments on commit 5120c49

Please sign in to comment.