diff options
| author | Misko Hevery | 2012-02-27 12:14:48 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:05 -0700 |
| commit | 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (patch) | |
| tree | 413ba0078f5decf7026791177dfcf8e3ff5f0662 /docs/content/guide/dev_guide.di.ngdoc | |
| parent | 581f93ae56ebb0086d0c0989df69a28656395006 (diff) | |
| download | angular.js-2e90cdc3d4dff966faed97d3a566e9d9c00c9794.tar.bz2 | |
docs(dependency injecton): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.di.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.di.ngdoc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/content/guide/dev_guide.di.ngdoc b/docs/content/guide/dev_guide.di.ngdoc deleted file mode 100644 index b21b05a7..00000000 --- a/docs/content/guide/dev_guide.di.ngdoc +++ /dev/null @@ -1,32 +0,0 @@ -@ngdoc overview -@name Developer Guide: About Dependency Injection (DI) -@description - -Dependency Injection (DI) is an object-oriented software design pattern that supports the -decoupling and dependency management of application components. - -The idea behind DI is to decouple each component from all of the other components that it depends -on to do its particular job. The way this is done in DI is by moving the responsibility for -managing dependencies out of each individual component and into a provider component. The provider -(or injector) component manages the life cycles and dependencies for all of the other components in -an application. - -Angular has a built-in dependency management subsystem that helps to make your applications easier -to develop, understand, and test. - -For more information on DI in general, see {@link http://en.wikipedia.org/wiki/Dependency_injection -Dependency Injection} at Wikipedia, and {@link http://martinfowler.com/articles/injection.html -Inversion of Control} by Martin Fowler, or read about DI in your favorite software design pattern -book. - - -## Related Topics - -* {@link dev_guide.di.understanding_di Understanding DI in Angular} -* {@link dev_guide.services Angular Services} - - -## Related API - -* {@link api/angular.module.ng Service API} -* {@link api/angular.injector Angular Injector API} |
