Skip to content

Commit fb2d3fa

Browse files
oBuskNarretz
authored andcommitted
docs(guide/Components): add link to documentation for component method
Closes angular#16548
1 parent 0517799 commit fb2d3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When not to use Components:
2525

2626
## Creating and configuring a Component
2727

28-
Components can be registered using the `.component()` method of an AngularJS module (returned by {@link module `angular.module()`}). The method takes two arguments:
28+
Components can be registered using the {@link ng.$compileProvider#component `.component()`} method of an AngularJS module (returned by {@link module `angular.module()`}). The method takes two arguments:
2929

3030
* The name of the Component (as string).
3131
* The Component config object. (Note that, unlike the `.directive()` method, this method does **not** take a factory function.)

0 commit comments

Comments
 (0)