Skip to content

Commit a832c20

Browse files
Broccoangular-robot[bot]
authored andcommitted
feat(@schematics/angular): Implement a standalone flag for new applications
1 parent 6b6d92b commit a832c20

24 files changed

+463
-86
lines changed

packages/schematics/angular/application/files/src/index.html.template renamed to packages/schematics/angular/application/files/common-files/src/index.html.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<link rel="icon" type="image/x-icon" href="favicon.ico">
99
</head>
1010
<body>
11-
<<%= prefix %>-root></<%= prefix %>-root>
11+
<<%= selector %>></<%= selector %>>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)