Question:How angular modules load the dependencies?
Answer An angular module use configuration and run blocks to inject dependencies (like providers, services and constants) which get applied to the angular app during the bootstrap process.
+ Report
How angular modules load the dependencies?