MCPcopy Index your code
hub / github.com/angular/angular / _isInExpansion

Method _isInExpansion

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

Source from the content-addressed store, hash-verified

1426 }
1427
1428 private _isInExpansion(): boolean {
1429 return this._isInExpansionCase() || this._isInExpansionForm();
1430 }
1431
1432 private _isInExpansionCase(): boolean {
1433 return (

Callers 1

_isTextEndMethod · 0.95

Calls 2

_isInExpansionCaseMethod · 0.95
_isInExpansionFormMethod · 0.95

Tested by

no test coverage detected