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

Method _isInExpansion

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

Source from the content-addressed store, hash-verified

1444 }
1445
1446 private _isInExpansion(): boolean {
1447 return this._isInExpansionCase() || this._isInExpansionForm();
1448 }
1449
1450 private _isInExpansionCase(): boolean {
1451 return (

Callers 1

_isTextEndMethod · 0.95

Calls 2

_isInExpansionCaseMethod · 0.95
_isInExpansionFormMethod · 0.95

Tested by

no test coverage detected