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: content/fundamentals/discovery-service.md
+9-25
Original file line number
Diff line number
Diff line change
@@ -59,37 +59,22 @@ console.log(controllers);
59
59
60
60
#### Finding Metadata
61
61
62
-
`DiscoveryService` can help find metadata attached to providers or controllers. This is useful when working with decorators that add metadata.
62
+
`DiscoveryService` can help find metadata attached to providers or controllers. This is useful when working with decorators that add metadata. Let's see an example. Suppose you have a custom decorator that adds metadata to a provider:
0 commit comments