elaborate upgraded component alert
This commit is contained in:
parent
84ca050416
commit
b87a0ea9be
|
@ -586,7 +586,9 @@ figure
|
||||||
.alert.is-helpful
|
.alert.is-helpful
|
||||||
:marked
|
:marked
|
||||||
Upgraded componentes are Angular 2 **directives**, instead of **components**, because Angular 2
|
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
|
:marked
|
||||||
An upgraded component may also have inputs and outputs, as defined by
|
An upgraded component may also have inputs and outputs, as defined by
|
||||||
|
|
Loading…
Reference in New Issue