MCPcopy Create free account
hub / github.com/angular/angular / _isInExpansionCase

Method _isInExpansionCase

packages/compiler/src/ml_parser/lexer.ts:1465–1471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1463 }
1464
1465 private _isInExpansionCase(): boolean {
1466 return (
1467 this._expansionCaseStack.length > 0 &&
1468 this._expansionCaseStack[this._expansionCaseStack.length - 1] ===
1469 TokenType.EXPANSION_CASE_EXP_START
1470 );
1471 }
1472
1473 private _isInExpansionForm(): boolean {
1474 return (

Callers 4

tokenizeMethod · 0.95
_isTextEndMethod · 0.95
_isInExpansionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected