You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/guide/component.ngdoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ When not to use Components:
25
25
26
26
## Creating and configuring a Component
27
27
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:
29
29
30
30
* The name of the Component (as string).
31
31
* The Component config object. (Note that, unlike the `.directive()` method, this method does **not** take a factory function.)
0 commit comments