From acf89ea28a71c4978404fcf28a2281a03214cbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levent=20Arman=20=C3=96zak?= Date: Fri, 12 Apr 2019 13:28:19 +0300 Subject: [PATCH] Add introductory blog post to the documentation (#6) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8667e45..84e1c9e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ If you would like to have further information on why you need a library like thi Check [demo application](https://stackblitz.com/edit/ngx-context) out for a preview. +You may also find the [introductory blog post](https://medium.com/@ozak/angular-context-easy-data-binding-for-nested-component-trees-and-the-router-outlet-a977efacd48) helpful. + ## Reasons to Use This Library Data-binding and input properties are great. However, working with them has some challenges: