diff --git a/modules/@angular/compiler/index.ts b/modules/@angular/compiler/index.ts index edbaa486d9..b26f6800a6 100644 --- a/modules/@angular/compiler/index.ts +++ b/modules/@angular/compiler/index.ts @@ -36,7 +36,6 @@ export {NgModuleResolver} from './src/ng_module_resolver'; export {DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig} from './src/ml_parser/interpolation_config'; export * from './src/schema/element_schema_registry'; export * from './src/i18n/index'; -export * from './src/template_parser/template_ast'; export * from './src/directive_normalizer'; export * from './src/expression_parser/lexer'; export * from './src/expression_parser/parser';