UNPKG

580 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8export { MetadataWriterHost } from './src/compiler_host';
9export { CodegenExtension, UserError, createBundleIndexHost, main } from './src/main';
10export { default as AngularCompilerOptions } from './src/options';
11export * from './src/bundler';
12export * from './src/cli_options';
13export * from './src/collector';
14export * from './src/index_writer';
15export * from './src/schema';