chore(tests): fix broken linker integration test and fix DebugNode export
Fixes two small issues introduced with pr #6555
This commit is contained in:
@ -20,7 +20,7 @@ export {
|
||||
export * from './src/core/zone';
|
||||
export * from './src/core/render';
|
||||
export * from './src/core/linker';
|
||||
export {DebugElement, asNativeElements} from './src/core/debug/debug_node';
|
||||
export {DebugElement, DebugNode, asNativeElements} from './src/core/debug/debug_node';
|
||||
export * from './src/core/testability/testability';
|
||||
export * from './src/core/change_detection';
|
||||
export * from './src/core/platform_directives_and_pipes';
|
||||
|
Reference in New Issue
Block a user