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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/guide/component.ngdoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ and link functions are unavailable
29
29
Components can be registered using the `.component()` method of an Angular module (returned by {@link module `angular.module()`}). The method takes two arguments:
30
30
31
31
* The name of the Component (as string).
32
-
* The Component config object (note that, unlike the `.directive()` method, this method does **not** take a factory function.
32
+
* The Component config object. (Note that, unlike the `.directive()` method, this method does **not** take a factory function.)
0 commit comments