docs(di): Edits to DI.

Closes #1420
This commit is contained in:
Naomi Black
2015-04-17 03:29:05 -07:00
committed by Misko Hevery
parent 97220dd2ba
commit de31aca7a7
13 changed files with 113 additions and 107 deletions

View File

@ -2,7 +2,7 @@
* @module
* @public
* @description
* This is a description
* The `di` module provides dependency injection container services.
*/
export {Inject, InjectPromise, InjectLazy, Injectable, Optional, DependencyAnnotation} from './src/di/annotations';