Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_isTextEnd
Method · 0.95
Calls
2
_isInExpansionCase
Method · 0.95
_isInExpansionForm
Method · 0.95
Tested by
no test coverage detected