File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ export {
4242 ExpressionIdentifier ,
4343 hasExpressionIdentifier ,
4444} from '../src/ngtsc/typecheck/src/comments' ;
45+ export { SymbolBuilder } from '../src/ngtsc/typecheck/src/template_symbol_builder' ;
Original file line number Diff line number Diff line change @@ -52,7 +52,13 @@ export {publishFacade} from './jit_compiler_facade';
5252export * from './ml_parser/ast' ;
5353export * from './ml_parser/html_parser' ;
5454export * from './ml_parser/html_tags' ;
55- export * from './property_mapping' ;
55+ export {
56+ ClassPropertyMapping ,
57+ ClassPropertyName ,
58+ InputOrOutput ,
59+ BindingPropertyName ,
60+ } from './property_mapping' ;
61+ export { MatchSource } from './render3/view/t2_api' ;
5662export { LexerRange } from './ml_parser/lexer' ;
5763export { ParseTreeResult , TreeError } from './ml_parser/parser' ;
5864export * from './ml_parser/tags' ;
You can’t perform that action at this time.
0 commit comments