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