15 lines
873 B
TypeScript
15 lines
873 B
TypeScript
import {__core_private__ as r, __core_private_types__ as t} from '@angular/core';
|
|
|
|
export type RenderDebugInfo = t.RenderDebugInfo;
|
|
export var RenderDebugInfo: typeof t.RenderDebugInfo = r.RenderDebugInfo;
|
|
export var wtfInit: typeof t.wtfInit = r.wtfInit;
|
|
export var ReflectionCapabilities: typeof t.ReflectionCapabilities = r.ReflectionCapabilities;
|
|
export var VIEW_ENCAPSULATION_VALUES: typeof t.VIEW_ENCAPSULATION_VALUES =
|
|
r.VIEW_ENCAPSULATION_VALUES;
|
|
export type DebugDomRootRenderer = t.DebugDomRootRenderer;
|
|
export var DebugDomRootRenderer: typeof t.DebugDomRootRenderer = r.DebugDomRootRenderer;
|
|
export var SecurityContext: typeof t.SecurityContext = r.SecurityContext;
|
|
export type SecurityContext = t.SecurityContext;
|
|
export var SanitizationService: typeof t.SanitizationService = r.SanitizationService;
|
|
export type SanitizationService = t.SanitizationService;
|