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

Mention ng-min earlier in the developer guide #5908

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ $route} service as well as our custom `batchLog` service.
to declare their dependencies. It is important that the order of the string identifiers in the array
is the same as the order of argument names in the signature of the factory function. Unless the
dependencies are inferred from the function signature, it is this array with IDs and their order
that the injector uses to determine which services and in which order to inject.
that the injector uses to determine which services and in which order to inject. This becomes
irrelevant however if you use a tool like [ng-min](https://github.com/btford/ngmin#ngmin) in your workflow which allows you to use the simpler
signature notation within your codebase and automatically converts to the array notation prior to minifying.


## Related Topics
Expand Down