|
9 | 9 | import {__core_private__ as r} from '@angular/core';
|
10 | 10 |
|
11 | 11 | export type RenderDebugInfo = typeof r._RenderDebugInfo;
|
12 |
| -export var RenderDebugInfo: typeof r.RenderDebugInfo = r.RenderDebugInfo; |
| 12 | +export const RenderDebugInfo: typeof r.RenderDebugInfo = r.RenderDebugInfo; |
13 | 13 | export type DirectRenderer = typeof r._DirectRenderer;
|
14 | 14 |
|
15 |
| -export var ReflectionCapabilities: typeof r.ReflectionCapabilities = r.ReflectionCapabilities; |
| 15 | +export const ReflectionCapabilities: typeof r.ReflectionCapabilities = r.ReflectionCapabilities; |
16 | 16 |
|
17 | 17 | export type DebugDomRootRenderer = typeof r._DebugDomRootRenderer;
|
18 |
| -export var DebugDomRootRenderer: typeof r.DebugDomRootRenderer = r.DebugDomRootRenderer; |
19 |
| -export var reflector: typeof r.reflector = r.reflector; |
| 18 | +export const DebugDomRootRenderer: typeof r.DebugDomRootRenderer = r.DebugDomRootRenderer; |
| 19 | +export const reflector: typeof r.reflector = r.reflector; |
20 | 20 |
|
21 | 21 | export type NoOpAnimationPlayer = typeof r._NoOpAnimationPlayer;
|
22 |
| -export var NoOpAnimationPlayer: typeof r.NoOpAnimationPlayer = r.NoOpAnimationPlayer; |
| 22 | +export const NoOpAnimationPlayer: typeof r.NoOpAnimationPlayer = r.NoOpAnimationPlayer; |
23 | 23 | export type AnimationPlayer = typeof r._AnimationPlayer;
|
24 |
| -export var AnimationPlayer: typeof r.AnimationPlayer = r.AnimationPlayer; |
| 24 | +export const AnimationPlayer: typeof r.AnimationPlayer = r.AnimationPlayer; |
25 | 25 | export type AnimationSequencePlayer = typeof r._AnimationSequencePlayer;
|
26 |
| -export var AnimationSequencePlayer: typeof r.AnimationSequencePlayer = r.AnimationSequencePlayer; |
| 26 | +export const AnimationSequencePlayer: typeof r.AnimationSequencePlayer = r.AnimationSequencePlayer; |
27 | 27 | export type AnimationGroupPlayer = typeof r._AnimationGroupPlayer;
|
28 |
| -export var AnimationGroupPlayer: typeof r.AnimationGroupPlayer = r.AnimationGroupPlayer; |
| 28 | +export const AnimationGroupPlayer: typeof r.AnimationGroupPlayer = r.AnimationGroupPlayer; |
29 | 29 | export type AnimationKeyframe = typeof r._AnimationKeyframe;
|
30 |
| -export var AnimationKeyframe: typeof r.AnimationKeyframe = r.AnimationKeyframe; |
| 30 | +export const AnimationKeyframe: typeof r.AnimationKeyframe = r.AnimationKeyframe; |
31 | 31 | export type AnimationStyles = typeof r._AnimationStyles;
|
32 |
| -export var AnimationStyles: typeof r.AnimationStyles = r.AnimationStyles; |
33 |
| -export var prepareFinalAnimationStyles: typeof r.prepareFinalAnimationStyles = |
| 32 | +export const AnimationStyles: typeof r.AnimationStyles = r.AnimationStyles; |
| 33 | +export const prepareFinalAnimationStyles: typeof r.prepareFinalAnimationStyles = |
34 | 34 | r.prepareFinalAnimationStyles;
|
35 |
| -export var balanceAnimationKeyframes: typeof r.balanceAnimationKeyframes = |
| 35 | +export const balanceAnimationKeyframes: typeof r.balanceAnimationKeyframes = |
36 | 36 | r.balanceAnimationKeyframes;
|
37 |
| -export var clearStyles: typeof r.clearStyles = r.clearStyles; |
38 |
| -export var collectAndResolveStyles: typeof r.collectAndResolveStyles = r.collectAndResolveStyles; |
| 37 | +export const clearStyles: typeof r.clearStyles = r.clearStyles; |
| 38 | +export const collectAndResolveStyles: typeof r.collectAndResolveStyles = r.collectAndResolveStyles; |
0 commit comments