UNPKG

1.25 kBJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5/**
6 * @license
7 * Copyright Google Inc. All Rights Reserved.
8 *
9 * Use of this source code is governed by an MIT-style license that can be
10 * found in the LICENSE file at https://angular.io/license
11 */
12var compiler_1 = require('@angular/compiler');
13exports.StaticReflector = compiler_1.StaticReflector;
14exports.StaticSymbol = compiler_1.StaticSymbol;
15var codegen_1 = require('./src/codegen');
16exports.CodeGenerator = codegen_1.CodeGenerator;
17var compiler_host_1 = require('./src/compiler_host');
18exports.CompilerHost = compiler_host_1.CompilerHost;
19exports.ModuleResolutionHostAdapter = compiler_host_1.ModuleResolutionHostAdapter;
20exports.NodeCompilerHostContext = compiler_host_1.NodeCompilerHostContext;
21var extractor_1 = require('./src/extractor');
22exports.Extractor = extractor_1.Extractor;
23__export(require('@angular/tsc-wrapped'));
24var version_1 = require('./src/version');
25exports.VERSION = version_1.VERSION;
26// TODO(hansl): moving to Angular 4 need to update this API.
27var ngtools_api_1 = require('./src/ngtools_api');
28exports.__NGTOOLS_PRIVATE_API_2 = ngtools_api_1.NgTools_InternalApi_NG_2;
29//# sourceMappingURL=index.js.map
\No newline at end of file