From 05e5673cff205f47282f86de8d782446fc83ce6c Mon Sep 17 00:00:00 2001 From: jamiewastin Date: Tue, 13 Feb 2018 19:47:13 +0000 Subject: [PATCH] Simplify Examples in README.md The example in the template was using unnecessary input bindings for static values: Becomes: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3a886..e50b81d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ import { Component } from '@angular/core'; @Component({ template: `

Home component header

- + ` }) export class HomeComponent {}