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

Method _isInExpansionCase

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

Source from the content-addressed store, hash-verified

1448 }
1449
1450 private _isInExpansionCase(): boolean {
1451 return (
1452 this._expansionCaseStack.length > 0 &&
1453 this._expansionCaseStack[this._expansionCaseStack.length - 1] ===
1454 TokenType.EXPANSION_CASE_EXP_START
1455 );
1456 }
1457
1458 private _isInExpansionForm(): boolean {
1459 return (

Callers 4

tokenizeMethod · 0.95
_isTextEndMethod · 0.95
_isInExpansionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected