refactor(core/testing): remove deprecated ViewMetadata (#10837)
Note that this doesn't actually remove all uses, but makes them private.
This commit is contained in:
@ -67,6 +67,8 @@ export declare namespace __core_private_types__ {
|
||||
export var interpolate: typeof view_utils.interpolate;
|
||||
export var ViewUtils: typeof view_utils.ViewUtils;
|
||||
export var VIEW_ENCAPSULATION_VALUES: typeof metadata_view.VIEW_ENCAPSULATION_VALUES;
|
||||
export type ViewMetadata = metadata_view.ViewMetadata;
|
||||
export var ViewMetadata: typeof metadata_view.ViewMetadata;
|
||||
export var DebugContext: typeof debug_context.DebugContext;
|
||||
export var StaticNodeDebugInfo: typeof debug_context.StaticNodeDebugInfo;
|
||||
export var devModeEqual: typeof change_detection_util.devModeEqual;
|
||||
@ -144,6 +146,7 @@ export var __core_private__ = {
|
||||
interpolate: view_utils.interpolate,
|
||||
ViewUtils: view_utils.ViewUtils,
|
||||
VIEW_ENCAPSULATION_VALUES: metadata_view.VIEW_ENCAPSULATION_VALUES,
|
||||
ViewMetadata: metadata_view.ViewMetadata,
|
||||
DebugContext: debug_context.DebugContext,
|
||||
StaticNodeDebugInfo: debug_context.StaticNodeDebugInfo,
|
||||
devModeEqual: change_detection_util.devModeEqual,
|
||||
|
Reference in New Issue
Block a user