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

Commit e3814b1

Browse files
breyedpetebacondarwin
authored andcommitted
docs(angular.Module): add link to module.config() docs
Add a link on where to find more info about how to use `module.config()` Closes #6270
1 parent 0d691a6 commit e3814b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/loader.js

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ function setupModuleLoader(window) {
266266
* configuration.
267267
* @description
268268
* Use this method to register work which needs to be performed on module loading.
269+
* For more about how to configure services, see
270+
* {@link providers#providers_provider-recipe Provider Recipe}.
269271
*/
270272
config: config,
271273

0 commit comments

Comments
 (0)