From 0d5fe75c1f7d17dbec77a112c17745f740068e35 Mon Sep 17 00:00:00 2001 From: Rokas Brazdzionis Date: Wed, 15 Mar 2017 09:13:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea9b1e..e558bf2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ WIP - interpolation `{{ myVar }}` - one/two way binded input `[(...)]="myVar"` - `templateUrl` or `styleUrls` in `@Component` decorator - - **Not implemented!** output `(...)="myMethod"` + - output `(...)="myMethod"` - **Not implemented!** component `` - **Not implemented!** custom input `[myInput]=".."` or output `(myOutput)=".."` attributes