From c1c0e8fb16a238fd9265bb3cdeb3b38e7d5003f1 Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Wed, 22 Nov 2017 22:56:01 -0500 Subject: [PATCH] fix(@schematics/angular): Update new app component template for linting rules --- .../angular/application/other-files/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/application/other-files/app.component.html b/packages/schematics/angular/application/other-files/app.component.html index 0001f4d4e6..45d45d0889 100644 --- a/packages/schematics/angular/application/other-files/app.component.html +++ b/packages/schematics/angular/application/other-files/app.component.html @@ -1,7 +1,7 @@

- Welcome to {{title}}! + Welcome to {{ title }}!

Angular Logo