2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2016-05-03 12:24:09 -04:00
|
|
|
export {CodeGenerator} from './src/codegen';
|
2016-06-08 19:38:52 -04:00
|
|
|
export {NodeReflectorHostContext, ReflectorHost, ReflectorHostContext} from './src/reflector_host';
|
2016-05-25 12:51:57 -04:00
|
|
|
export {StaticReflector, StaticReflectorHost, StaticSymbol} from './src/static_reflector';
|
2016-06-08 19:38:52 -04:00
|
|
|
|
2016-05-27 19:22:16 -04:00
|
|
|
export * from '@angular/tsc-wrapped';
|