We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ac5413 + 2e562f1 commit 7da7b95Copy full SHA for 7da7b95
2 files changed
blitz_export.json
@@ -0,0 +1,4 @@
1
+{
2
+"htmlTemplate": "src/index.html",
3
+"exportProjectTo": "src"
4
+}
src/index.html
@@ -7,8 +7,9 @@
7
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
<link rel="icon" type="image/x-icon" href="favicon.ico">
10
+ {BLITZ_RESOURCES}
11
</head>
12
<body>
- <app-root></app-root>
13
+{BLITZ_TEMPLATE}
14
</body>
15
</html>
0 commit comments