Skip to content

Commit 7da7b95

Browse files
Eric SimonsEric Simons
authored andcommitted
Merge branch 'master' of github.com:stackblitz/angular-cli-template
2 parents 8ac5413 + 2e562f1 commit 7da7b95

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

blitz_export.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"htmlTemplate": "src/index.html",
3+
"exportProjectTo": "src"
4+
}

src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
10+
{BLITZ_RESOURCES}
1011
</head>
1112
<body>
12-
<app-root></app-root>
13+
{BLITZ_TEMPLATE}
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)