Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
elaborate upgraded component alert
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Nov 14, 2016
1 parent 84ca050 commit b87a0ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/docs/ts/latest/guide/upgrade.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b87a0ea

Please sign in to comment.