()
| 410 | } |
| 411 | |
| 412 | export function getContextLView(): LView { |
| 413 | const contextLView = instructionState.lFrame.contextLView; |
| 414 | ngDevMode && assertDefined(contextLView, 'contextLView must be defined.'); |
| 415 | return contextLView!; |
| 416 | } |
| 417 | |
| 418 | export function isInCheckNoChangesMode(): boolean { |
| 419 | !ngDevMode && throwError('Must never be called in production mode'); |
no test coverage detected