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: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
_isTextEnd
Method · 0.95
Calls
2
_isInExpansionCase
Method · 0.95
_isInExpansionForm
Method · 0.95
Tested by
no test coverage detected