From b87a0ea9be1ba47e5a71807ea615b08cd8474cd2 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 14 Nov 2016 19:07:06 +0000 Subject: [PATCH] elaborate upgraded component alert --- public/docs/ts/latest/guide/upgrade.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index 4d15888a7b..d2f535b583 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -586,7 +586,9 @@ figure .alert.is-helpful :marked Upgraded componentes are Angular 2 **directives**, instead of **components**, because Angular 2 - is unaware that Angular 1 will create elements under it. + is unaware that Angular 1 will create elements under it. As far as Angular 2 knows, the upgraded + component is just a directive - a tag - and Angular 2 doesn't have to concern itself with + it's children. :marked An upgraded component may also have inputs and outputs, as defined by