8000 docs(guide/Components): describe your change... by artyil · Pull Request #14384 · angular/angular.js · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(guide/Components): describe your change... #14384

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/component.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ of the component. The following hook methods can be implemented:
Since the compilation process is rather different in Angular 1 there is no direct mapping and care should
be taken when upgrading.

By implementing these methods, you component can take part in its lifecycle.
By implementing these methods, your component can take part in its lifecycle.

- **An application is a tree of components:**
Ideally, the whole application should be a tree of components that implement clearly defined inputs
Expand Down
0