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-11-15 11:49:23 -05:00
|
|
|
export {AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol} from '@angular/compiler';
|
2016-05-03 12:24:09 -04:00
|
|
|
export {CodeGenerator} from './src/codegen';
|
2016-12-01 16:24:51 -05:00
|
|
|
export {CompilerHost, CompilerHostContext, ModuleResolutionHostAdapter, NodeCompilerHostContext} from './src/compiler_host';
|
2016-10-21 18:17:57 -04:00
|
|
|
export {Extractor} from './src/extractor';
|
2016-05-27 19:22:16 -04:00
|
|
|
export * from '@angular/tsc-wrapped';
|
2016-11-30 16:52:08 -05:00
|
|
|
|
|
|
|
import {Version} from '@angular/core';
|
|
|
|
/**
|
|
|
|
* @stable
|
|
|
|
*/
|
|
|
|
export const VERSION = new Version('0.0.0-PLACEHOLDER');
|