angular2
Version:
Angular 2 - a web framework for modern web apps
1 lines • 1.26 kB
Source Map (JSON)
{"version":3,"sources":["di.js"],"names":[],"mappings":"AAOA,KAAO,CAAA,CAAC,MAAK,CAAG,cAAY,CAAG,WAAS,CAAG,WAAS,CAAG,SAAO,CAAG,qBAAmB,CAAC,KAAO,uBAAqB,CAAC;AAAA,AAClH,KAAO,CAAA,CAAC,QAAO,CAAC,KAAO,oBAAkB,CAAC;AAAA,AAC1C,KAAO,CAAA,CAAC,OAAM,CAAG,gBAAc,CAAG,WAAS,CAAG,KAAG,CAAC,KAAO,mBAAiB,CAAC;AAAA,AAC3E,KAAO,CAAA,CAAC,GAAE,CAAG,YAAU,CAAC,KAAO,eAAa,CAAC;AAAA,AAC7C,KAAO,CAAA,CAAC,gBAAe,CAAG,eAAa,CAAG,qBAAmB,CAAG,kBAAgB,CAAG,sBAAoB,CACrG,mBAAiB,CAAG,oBAAkB,CAAG,kBAAgB,CAAC,KAAO,sBAAoB,CAAC;AAAA,AACxF,KAAO,CAAA,CAAC,WAAU,CAAC,KAAO,wBAAsB,CAAC;AAAA","file":"angular2/di.es6","sourcesContent":["/**\n * @module\n * @public\n * @description\n * The `di` module provides dependency injection container services.\n */\n\nexport {Inject, InjectPromise, InjectLazy, Injectable, Optional, DependencyAnnotation} from './src/di/annotations';\nexport {Injector} from './src/di/injector';\nexport {Binding, ResolvedBinding, Dependency, bind} from './src/di/binding';\nexport {Key, KeyRegistry} from './src/di/key';\nexport {KeyMetadataError, NoBindingError, AbstractBindingError, AsyncBindingError, CyclicDependencyError,\n InstantiationError, InvalidBindingError, NoAnnotationError} from './src/di/exceptions';\nexport {OpaqueToken} from './src/di/opaque_token';\n"]}