fix: remove double exports of template_ast

This commit is contained in:
Jan Kuri 2016-10-23 09:55:44 +02:00 committed by vsavkin
parent 2b5c983c13
commit 7742ec00e7
1 changed files with 0 additions and 1 deletions

View File

@ -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';