From b1b116070f8e5ea66dcfd6aec3d3a44c68a9abf0 Mon Sep 17 00:00:00 2001 From: mgechev Date: Mon, 26 Jun 2017 16:44:15 +0300 Subject: [PATCH] fix(@angular/cli): remove slash in the end of open tag HTML5 void elements should not have a slash. https://stackoverflow.com/questions/3558119/are-non-void-self-closing-tags-valid-in-html5 --- .../cli/blueprints/ng/files/__path__/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html b/packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html index 01af8302bc37..a5fdf1da8a68 100644 --- a/packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html +++ b/packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html @@ -3,7 +3,7 @@

Welcome to {{title}}!!

- +

Here are some links to help you start: