Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ ngVersionMatches
Function
ngVersionMatches
tests/e2e/utils/version.ts:11–13 ·
view source on GitHub ↗
(range: string)
Source
from the content-addressed store, hash-verified
9
}
10
11
export
function
ngVersionMatches(range: string): boolean {
12
return
semver.satisfies(readNgVersion(), range);
13
}
Callers
nothing calls this directly
Calls
1
readNgVersion
Function · 0.85
Tested by
no test coverage detected