Skip to content

Commit

Permalink
Update reference to Babel plugin that handles @inject comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 17, 2024
1 parent 79f0f34 commit d3fbfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function isValidProvider(provider: unknown): provider is Provider {
* If the provider is a factory function or constructor it may have dependencies
* which are indicated by a `$inject` property on the function/class which
* is a list of the names of the dependencies. The `$inject` property can be
* added manually or by a compiler plugin (eg. `babel-plugin-angularjs-annotate`).
* added manually or by a compiler plugin (eg. `babel-plugin-inject-args`).
*
* To construct an object, call the `register` method with the name and provider
* for the object and each of its dependencies, and then call
Expand Down

0 comments on commit d3fbfaa

Please sign in to comment.