2016-10-23 20:37:15 +00: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
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-27 18:36:46 +00:00
|
|
|
export {MetadataWriterHost} from './src/compiler_host';
|
2017-06-09 21:50:57 +00:00
|
|
|
export {CodegenExtension, UserError, createBundleIndexHost, main} from './src/main';
|
2016-06-08 18:14:43 +00:00
|
|
|
|
2016-05-24 17:53:48 +00:00
|
|
|
export {default as AngularCompilerOptions} from './src/options';
|
2017-02-15 18:18:20 +00:00
|
|
|
export * from './src/bundler';
|
2016-08-12 21:45:36 +00:00
|
|
|
export * from './src/cli_options';
|
2016-05-24 17:53:48 +00:00
|
|
|
export * from './src/collector';
|
2017-02-15 18:18:20 +00:00
|
|
|
export * from './src/index_writer';
|
2016-05-24 17:53:48 +00:00
|
|
|
export * from './src/schema';
|