From 2e7a3e9ae64990e108b33ff95277321f6bfb4ee1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves FARE Date: Tue, 12 Nov 2019 22:50:13 +0000 Subject: [PATCH] docs: add html template for sizer component in template syntax guide (#33776) fixes #33771 PR Close #33776 --- aio/content/guide/template-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 36b6bbdd52..6b771558aa 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -1105,6 +1105,8 @@ It has a `size` value property and a companion `sizeChange` event: + + The initial `size` is an input value from a property binding. Clicking the buttons increases or decreases the `size`, within min/max value constraints,