elaborate upgraded component alert

This commit is contained in:
Filipe Silva 2016-11-14 19:07:06 +00:00
parent 84ca050416
commit b87a0ea9be
1 changed files with 3 additions and 1 deletions

View File

@ -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