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

Method _isInExpansion

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

Source from the content-addressed store, hash-verified

1459 }
1460
1461 private _isInExpansion(): boolean {
1462 return this._isInExpansionCase() || this._isInExpansionForm();
1463 }
1464
1465 private _isInExpansionCase(): boolean {
1466 return (

Callers 1

_isTextEndMethod · 0.95

Calls 2

_isInExpansionCaseMethod · 0.95
_isInExpansionFormMethod · 0.95

Tested by

no test coverage detected